COLOR #CFC7EB

HEX: #CFC7EB RGB: (207,199,235)

Color info

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

RGB color model

#CFC7EB color RGB value is (207,199,235).

RGB: (207,199,235) (81%, 78%, 92%)

RGB channels and saturation

R 207 of 255 = 81%
G 199 of 255 = 78%
B 235 of 255 = 92%

207
199
235

R + G + B ~ 84%. #CFC7EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 199 + 235 = 641 (100%)
R 207 of 641 ~ 32.29%
G 199 of 641 ~ 31.05%
B 235 of 641 ~ 36.66'%

%32.29
%31.05
%36.66

CMYK color model

#CFC7EB color CMYK value is (12,15,0,8).

  • cyan value is 11.91%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (12,15,0,8) C12M15Y0K8 (12%,15%,0%,8%) (0.12/0.15/0.00/0.08) 

CMYK percentages

%11.91
%15.32
%0
%7.84

Codes

Color #CFC7EB in popluar color models

CF C7 EB
RGB 207 199 235
HSL 253° 47.37% 85.10%
HSB/HSV 253° 15.32% 92.16%
CMYK 11.91% 15.32% 0.00%
7.84%

Color #CFC7EB in popluar number systems.

HEX CF C7 EB
Decimal 207 199 235
Binary 11001111 11000111 11101011
Octal 317 307 353

Shades and tints

Shades of #CFC7EB

#CFC7EB
(207,199,235)
#BDB5D6
(189,181,214)
#ABA3C1
(171,163,193)
#9991AC
(153,145,172)
#877F97
(135,127,151)
#756D82
(117,109,130)
#635B6D
(99,91,109)
#514958
(81,73,88)
#3F3743
(63,55,67)
#2D252E
(45,37,46)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #CFC7EB

#CFC7EB
(207,199,235)
#D3CCEC
(211,204,236)
#D7D1ED
(215,209,237)
#DBD6EE
(219,214,238)
#DFDBEF
(223,219,239)
#E3E0F0
(227,224,240)
#E7E5F1
(231,229,241)
#EBEAF2
(235,234,242)
#EFEFF3
(239,239,243)
#F3F4F4
(243,244,244)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC7EB; }

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

This text font color is #CFC7EB.

Background Color

.myBgColor { background-color: #CFC7EB; }

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

This div background color is #CFC7EB.

Border color

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

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

This div border color is #CFC7EB.

Opacity

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

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

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

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

This text has shadow with #CFC7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFC7EB.

Preview

Color preview on black background

This text has color #CFC7EB on black background.


Color preview on white background

This text has color #CFC7EB on white background.


Black color preview on #CFC7EB background

This text has black color on #CFC7EB background.


White color preview on #CFC7EB background

This text has white color on #CFC7EB background.


Related colors

Complementary color

Complementary color for #hex is #303814.


I love getcolorcode.com

Triadic colors

1 #EBCFC7 and #C7EBCF with #CFC7EB are triadic colors.

2 #EBC7CF and #C7CFEB with #CFC7EB are triadic colors.