COLOR #CFC5DD

HEX: #CFC5DD
RGB: (207,197,221)

Color info

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

RGB color model

#CFC5DD color RGB value is (207,197,221).

  • red value is 207;
  • green value is 197;
  • blue value is 221.
RGB:
(207,197,221)
(81%,77%,87%)

RGB channels and saturation

R 207 of 255 = 81%
G 197 of 255 = 77%
B 221 of 255 = 87%

207
197
221

R + G + B ~ 82%. #CFC5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 197 + 221 = 625 (100%)
R 207 of 625 ~ 33.12%
G 197 of 625 ~ 31.52%
B 221 of 625 ~ 35.36%

%33.12
%31.52
%35.36

CMYK color model

#CFC5DD color CMYK value is (6,11,0,13).

  • cyan value is 6.33%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(6,11,0,13)
C6M11Y0K13 
(6%,11%,0%,13%)
(0.06/0.11/0.00/0.13)	

CMYK percentages

%6.33
%10.86
%0
%13.33

Codes

Color #CFC5DD in popluar color models

CFC5DD
RGB207197221
HSL265°26.09%81.96%
HSB/HSV265°10.86%86.67%
CMYK6.33%10.86%0.00%
13.33%

Color #CFC5DD in popluar number systems.

HEXCFC5DD
Decimal207197221
Binary110011111100010111011101
Octal317305335

Shades and tints

Shades of #CFC5DD

#CFC5DD
(207,197,221)
#BDB4C9
(189,180,201)
#ABA3B5
(171,163,181)
#9992A1
(153,146,161)
#87818D
(135,129,141)
#757079
(117,112,121)
#635F65
(99,95,101)
#514E51
(81,78,81)
#3F3D3D
(63,61,61)
#2D2C29
(45,44,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #CFC5DD

#CFC5DD
(207,197,221)
#D3CAE0
(211,202,224)
#D7CFE3
(215,207,227)
#DBD4E6
(219,212,230)
#DFD9E9
(223,217,233)
#E3DEEC
(227,222,236)
#E7E3EF
(231,227,239)
#EBE8F2
(235,232,242)
#EFEDF5
(239,237,245)
#F3F2F8
(243,242,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC5DD; }

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

This text font color is #CFC5DD.


Background Color

.myBgColor { background-color: #CFC5DD; }

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

This div background color is #CFC5DD.


Border color

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

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

This div border color is #CFC5DD.


Opacity

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

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

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

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

This text has shadow with #CFC5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC5DD on black background.


Color preview on white background

This text has color #CFC5DD on white background.



Black color preview on #CFC5DD background

This text has black color on #CFC5DD background.


White color preview on #CFC5DD background

This text has white color on #CFC5DD background.