COLOR #CFC7ED

HEX: #CFC7ED
RGB: (207,199,237)

Color info

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

RGB color model

#CFC7ED color RGB value is (207,199,237).

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

RGB channels and saturation

R 207 of 255 = 81%
G 199 of 255 = 78%
B 237 of 255 = 93%

207
199
237

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

Portions of RGB colors in percentages

R + G + B =
207 + 199 + 237 = 643 (100%)
R 207 of 643 ~ 32.19%
G 199 of 643 ~ 30.95%
B 237 of 643 ~ 36.86%

%32.19
%30.95
%36.86

CMYK color model

#CFC7ED color CMYK value is (13,16,0,7).

  • cyan value is 12.66%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(13,16,0,7)
C13M16Y0K7 
(13%,16%,0%,7%)
(0.13/0.16/0.00/0.07)	

CMYK percentages

%12.66
%16.03
%0
%7.06

Codes

Color #CFC7ED in popluar color models

CFC7ED
RGB207199237
HSL253°51.35%85.49%
HSB/HSV253°16.03%92.94%
CMYK12.66%16.03%0.00%
7.06%

Color #CFC7ED in popluar number systems.

HEXCFC7ED
Decimal207199237
Binary110011111100011111101101
Octal317307355

Shades and tints

Shades of #CFC7ED

#CFC7ED
(207,199,237)
#BDB5D8
(189,181,216)
#ABA3C3
(171,163,195)
#9991AE
(153,145,174)
#877F99
(135,127,153)
#756D84
(117,109,132)
#635B6F
(99,91,111)
#51495A
(81,73,90)
#3F3745
(63,55,69)
#2D2530
(45,37,48)
#1B131B
(27,19,27)
#000000
(0,0,0)

Tints of #CFC7ED

#CFC7ED
(207,199,237)
#D3CCEE
(211,204,238)
#D7D1EF
(215,209,239)
#DBD6F0
(219,214,240)
#DFDBF1
(223,219,241)
#E3E0F2
(227,224,242)
#E7E5F3
(231,229,243)
#EBEAF4
(235,234,244)
#EFEFF5
(239,239,245)
#F3F4F6
(243,244,246)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC7ED; }

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

This text font color is #CFC7ED.


Background Color

.myBgColor { background-color: #CFC7ED; }

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

This div background color is #CFC7ED.


Border color

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

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

This div border color is #CFC7ED.


Opacity

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

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

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

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

This text has shadow with #CFC7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC7ED on black background.


Color preview on white background

This text has color #CFC7ED on white background.



Black color preview on #CFC7ED background

This text has black color on #CFC7ED background.


White color preview on #CFC7ED background

This text has white color on #CFC7ED background.