COLOR #CFC7E5

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

Color info

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

RGB color model

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

  • red value is 207;
  • green value is 199;
  • blue value is 229.
RGB:
(207,199,229)
(81%,78%,90%)

RGB channels and saturation

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

207
199
229

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

Portions of RGB colors in percentages

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

%32.6
%31.34
%36.06

CMYK color model

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

  • cyan value is 9.61%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(10,13,0,10)
C10M13Y0K10 
(10%,13%,0%,10%)
(0.10/0.13/0.00/0.10)	

CMYK percentages

%9.61
%13.1
%0
%10.2

Codes

Color #CFC7E5 in popluar color models

CFC7E5
RGB207199229
HSL256°36.59%83.92%
HSB/HSV256°13.10%89.80%
CMYK9.61%13.10%0.00%
10.20%

Color #CFC7E5 in popluar number systems.

HEXCFC7E5
Decimal207199229
Binary110011111100011111100101
Octal317307345

Shades and tints

Shades of #CFC7E5

#CFC7E5
(207,199,229)
#BDB5D1
(189,181,209)
#ABA3BD
(171,163,189)
#9991A9
(153,145,169)
#877F95
(135,127,149)
#756D81
(117,109,129)
#635B6D
(99,91,109)
#514959
(81,73,89)
#3F3745
(63,55,69)
#2D2531
(45,37,49)
#1B131D
(27,19,29)
#000000
(0,0,0)

Tints of #CFC7E5

#CFC7E5
(207,199,229)
#D3CCE7
(211,204,231)
#D7D1E9
(215,209,233)
#DBD6EB
(219,214,235)
#DFDBED
(223,219,237)
#E3E0EF
(227,224,239)
#E7E5F1
(231,229,241)
#EBEAF3
(235,234,243)
#EFEFF5
(239,239,245)
#F3F4F7
(243,244,247)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC7E5; }

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

This text font color is #CFC7E5.


Background Color

.myBgColor { background-color: #CFC7E5; }

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

This div background color is #CFC7E5.


Border color

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

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

This div border color is #CFC7E5.


Opacity

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

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

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

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

This text has shadow with #CFC7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC7E5 on black background.


Color preview on white background

This text has color #CFC7E5 on white background.



Black color preview on #CFC7E5 background

This text has black color on #CFC7E5 background.


White color preview on #CFC7E5 background

This text has white color on #CFC7E5 background.