COLOR #C7CFE5

HEX: #C7CFE5 RGB: (199,207,229)

Color info

#C7CFE5 contains red, green and blue colors in about the same proportion. Web safe color of #C7CFE5 is #CCCCCC (or #CCC).

RGB color model

#C7CFE5 color RGB value is (199,207,229).

RGB: (199,207,229) (78%, 81%, 90%)

RGB channels and saturation

R 199 of 255 = 78%
G 207 of 255 = 81%
B 229 of 255 = 90%

199
207
229

R + G + B ~ 83%. #C7CFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 207 + 229 = 635 (100%)
R 199 of 635 ~ 31.34%
G 207 of 635 ~ 32.6%
B 229 of 635 ~ 36.06'%

%31.34
%32.6
%36.06

CMYK color model

#C7CFE5 color CMYK value is (13,10,0,10).

  • cyan value is 13.10%
  • magenta value is 9.61%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (13,10,0,10)
C13M10Y0K10 (13%, 10%, 0%, 10%)
(0.13 / 0.10 / 0.00 / 0.10)

CMYK percentages

%13.1
%9.61
%0
%10.2

Codes

Color #C7CFE5 in popluar color models

C7 CF E5
RGB 199 207 229
HSL 224° 36.59% 83.92%
HSB/HSV 224° 13.10% 89.80%
CMYK 13.10% 9.61% 0.00%
10.20%

Color #C7CFE5 in popluar number systems.

HEX C7 CF E5
Decimal 199 207 229
Binary 11000111 11001111 11100101
Octal 307 317 345

Shades and tints

Shades of #C7CFE5

#C7CFE5
(199,207,229)
#B5BDD1
(181,189,209)
#A3ABBD
(163,171,189)
#9199A9
(145,153,169)
#7F8795
(127,135,149)
#6D7581
(109,117,129)
#5B636D
(91,99,109)
#495159
(73,81,89)
#373F45
(55,63,69)
#252D31
(37,45,49)
#131B1D
(19,27,29)
#000000
(0,0,0)

Tints of #C7CFE5

#C7CFE5
(199,207,229)
#CCD3E7
(204,211,231)
#D1D7E9
(209,215,233)
#D6DBEB
(214,219,235)
#DBDFED
(219,223,237)
#E0E3EF
(224,227,239)
#E5E7F1
(229,231,241)
#EAEBF3
(234,235,243)
#EFEFF5
(239,239,245)
#F4F3F7
(244,243,247)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CFE5 color. Also use rgb(199,207,229) instead hex code.

Text Font Color

.myTextColor { color: #C7CFE5; }

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

This text font color is #C7CFE5.

Background Color

.myBgColor { background-color: #C7CFE5; }

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

This div background color is #C7CFE5.

Border color

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

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

This div border color is #C7CFE5.

Opacity

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

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

Text with #C7CFE5 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 #C7CFE5;}

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

This text has shadow with #C7CFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CFE5.

Preview

Color preview on black background

This text has color #C7CFE5 on black background.


Color preview on white background

This text has color #C7CFE5 on white background.


Black color preview on #C7CFE5 background

This text has black color on #C7CFE5 background.


White color preview on #C7CFE5 background

This text has white color on #C7CFE5 background.


Related colors

Complementary color

Complementary color for #hex is #38301A.


I love getcolorcode.com

Triadic colors

1 #E5C7CF and #CFE5C7 with #C7CFE5 are triadic colors.

2 #E5CFC7 and #CFC7E5 with #C7CFE5 are triadic colors.