COLOR #CFC5E9

HEX: #CFC5E9 RGB: (207,197,233)

Color info

#CFC5E9 contains red, green and blue colors in about the same proportion. Web safe color of #CFC5E9 is #CCCCFF (or #CCF).

RGB color model

#CFC5E9 color RGB value is (207,197,233).

RGB: (207,197,233) (81%, 77%, 91%)

RGB channels and saturation

R 207 of 255 = 81%
G 197 of 255 = 77%
B 233 of 255 = 91%

207
197
233

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

Portions of RGB colors in percentages

R + G + B = 207 + 197 + 233 = 637 (100%)
R 207 of 637 ~ 32.5%
G 197 of 637 ~ 30.93%
B 233 of 637 ~ 36.58'%

%32.5
%30.93
%36.58

CMYK color model

#CFC5E9 color CMYK value is (11,15,0,9).

  • cyan value is 11.16%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (11,15,0,9)
C11M15Y0K9 (11%, 15%, 0%, 9%)
(0.11 / 0.15 / 0.00 / 0.09)

CMYK percentages

%11.16
%15.45
%0
%8.63

Codes

Color #CFC5E9 in popluar color models

CF C5 E9
RGB 207 197 233
HSL 257° 45.00% 84.31%
HSB/HSV 257° 15.45% 91.37%
CMYK 11.16% 15.45% 0.00%
8.63%

Color #CFC5E9 in popluar number systems.

HEX CF C5 E9
Decimal 207 197 233
Binary 11001111 11000101 11101001
Octal 317 305 351

Shades and tints

Shades of #CFC5E9

#CFC5E9
(207,197,233)
#BDB4D4
(189,180,212)
#ABA3BF
(171,163,191)
#9992AA
(153,146,170)
#878195
(135,129,149)
#757080
(117,112,128)
#635F6B
(99,95,107)
#514E56
(81,78,86)
#3F3D41
(63,61,65)
#2D2C2C
(45,44,44)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #CFC5E9

#CFC5E9
(207,197,233)
#D3CAEB
(211,202,235)
#D7CFED
(215,207,237)
#DBD4EF
(219,212,239)
#DFD9F1
(223,217,241)
#E3DEF3
(227,222,243)
#E7E3F5
(231,227,245)
#EBE8F7
(235,232,247)
#EFEDF9
(239,237,249)
#F3F2FB
(243,242,251)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFC5E9 color. Also use rgb(207,197,233) instead hex code.

Text Font Color

.myTextColor { color: #CFC5E9; }

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

This text font color is #CFC5E9.

Background Color

.myBgColor { background-color: #CFC5E9; }

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

This div background color is #CFC5E9.

Border color

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

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

This div border color is #CFC5E9.

Opacity

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

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

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

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

This text has shadow with #CFC5E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFC5E9.

Preview

Color preview on black background

This text has color #CFC5E9 on black background.


Color preview on white background

This text has color #CFC5E9 on white background.


Black color preview on #CFC5E9 background

This text has black color on #CFC5E9 background.


White color preview on #CFC5E9 background

This text has white color on #CFC5E9 background.


Related colors

Complementary color

Complementary color for #hex is #303A16.


I love getcolorcode.com

Triadic colors

1 #E9CFC5 and #C5E9CF with #CFC5E9 are triadic colors.

2 #E9C5CF and #C5CFE9 with #CFC5E9 are triadic colors.