COLOR #C7E7FB

HEX: #C7E7FB RGB: (199,231,251)

Color info

#C7E7FB contains red, green and blue colors in about the same proportion. Web safe color of #C7E7FB is #CCFFFF (or #CFF).

RGB color model

#C7E7FB color RGB value is (199,231,251).

RGB: (199,231,251) (78%, 91%, 98%)

RGB channels and saturation

R 199 of 255 = 78%
G 231 of 255 = 91%
B 251 of 255 = 98%

199
231
251

R + G + B ~ 89%. #C7E7FB is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 231 + 251 = 681 (100%)
R 199 of 681 ~ 29.22%
G 231 of 681 ~ 33.92%
B 251 of 681 ~ 36.86'%

%29.22
%33.92
%36.86

CMYK color model

#C7E7FB color CMYK value is (21,8,0,2).

  • cyan value is 20.72%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (21,8,0,2)
C21M8Y0K2 (21%, 8%, 0%, 2%)
(0.21 / 0.08 / 0.00 / 0.02)

CMYK percentages

%20.72
%7.97
%0
%1.57

Codes

Color #C7E7FB in popluar color models

C7 E7 FB
RGB 199 231 251
HSL 203° 86.67% 88.24%
HSB/HSV 203° 20.72% 98.43%
CMYK 20.72% 7.97% 0.00%
1.57%

Color #C7E7FB in popluar number systems.

HEX C7 E7 FB
Decimal 199 231 251
Binary 11000111 11100111 11111011
Octal 307 347 373

Shades and tints

Shades of #C7E7FB

#C7E7FB
(199,231,251)
#B5D2E5
(181,210,229)
#A3BDCF
(163,189,207)
#91A8B9
(145,168,185)
#7F93A3
(127,147,163)
#6D7E8D
(109,126,141)
#5B6977
(91,105,119)
#495461
(73,84,97)
#373F4B
(55,63,75)
#252A35
(37,42,53)
#13151F
(19,21,31)
#000000
(0,0,0)

Tints of #C7E7FB

#C7E7FB
(199,231,251)
#CCE9FB
(204,233,251)
#D1EBFB
(209,235,251)
#D6EDFB
(214,237,251)
#DBEFFB
(219,239,251)
#E0F1FB
(224,241,251)
#E5F3FB
(229,243,251)
#EAF5FB
(234,245,251)
#EFF7FB
(239,247,251)
#F4F9FB
(244,249,251)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E7FB color. Also use rgb(199,231,251) instead hex code.

Text Font Color

.myTextColor { color: #C7E7FB; }

<p style="color:#C7E7FB">This sample text font color is #C7E7FB.</p>

This text font color is #C7E7FB.

Background Color

.myBgColor { background-color: #C7E7FB; }

<div style="background-color:#C7E7FB">Inner text</div>

This div background color is #C7E7FB.

Border color

.myBorderColor { border: 1px solid #C7E7FB; }

<div style="border:3px solid #C7E7FB">Div</div>

This div border color is #C7E7FB.

Opacity

.myOpacity80 { color: #C7E7FB; opacity: 0.8; }

<p style="color:#C7E7FB;opacity:0.8;">80%</p>

Text with #C7E7FB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7E7FB;}

<p style="text-shadow: 3px 3px 1px #C7E7FB">Text here.</p>

This text has shadow with #C7E7FB color.


.textShadow {text-shadow: 3px 3px 1px #C7E7FB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7E7FB, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7E7FB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7E7FB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7E7FB, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7E7FB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7E7FB;
-webkit-box-shadow: 1px 1px 3px 2px #C7E7FB;
box-shadow: 1px 1px 3px 2px #C7E7FB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7E7FB; -webkit-box-shadow: 1px 1px 3px 2px #C7E7FB; box-shadow:1px 1px 3px 2px #C7E7FB;">
Div content here
</div>

This div box has shadow with color #C7E7FB.

Preview

Color preview on black background

This text has color #C7E7FB on black background.


Color preview on white background

This text has color #C7E7FB on white background.


Black color preview on #C7E7FB background

This text has black color on #C7E7FB background.


White color preview on #C7E7FB background

This text has white color on #C7E7FB background.


Related colors

Complementary color

Complementary color for #hex is #381804.


I love getcolorcode.com

Triadic colors

1 #FBC7E7 and #E7FBC7 with #C7E7FB are triadic colors.

2 #FBE7C7 and #E7C7FB with #C7E7FB are triadic colors.