COLOR #CFAEE5

HEX: #CFAEE5
RGB: (207,174,229)

Color info

#CFAEE5 contains red, green and blue colors in about the same proportion. Web safe color of #CFAEE5 is #CC99CC (or #C9C).

RGB color model

#CFAEE5 color RGB value is (207,174,229).

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

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 229 of 255 = 90%

207
174
229

R + G + B ~ 80%. #CFAEE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 229 = 610 (100%)
R 207 of 610 ~ 33.93%
G 174 of 610 ~ 28.52%
B 229 of 610 ~ 37.54%

%33.93
%28.52
%37.54

CMYK color model

#CFAEE5 color CMYK value is (10,24,0,10).

  • cyan value is 9.61%
  • magenta value is 24.02%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(10,24,0,10)
C10M24Y0K10 
(10%,24%,0%,10%)
(0.10/0.24/0.00/0.10)	

CMYK percentages

%9.61
%24.02
%0
%10.2

Codes

Color #CFAEE5 in popluar color models

CFAEE5
RGB207174229
HSL276°51.40%79.02%
HSB/HSV276°24.02%89.80%
CMYK9.61%24.02%0.00%
10.20%

Color #CFAEE5 in popluar number systems.

HEXCFAEE5
Decimal207174229
Binary110011111010111011100101
Octal317256345

Shades and tints

Shades of #CFAEE5

#CFAEE5
(207,174,229)
#BD9FD1
(189,159,209)
#AB90BD
(171,144,189)
#9981A9
(153,129,169)
#877295
(135,114,149)
#756381
(117,99,129)
#63546D
(99,84,109)
#514559
(81,69,89)
#3F3645
(63,54,69)
#2D2731
(45,39,49)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #CFAEE5

#CFAEE5
(207,174,229)
#D3B5E7
(211,181,231)
#D7BCE9
(215,188,233)
#DBC3EB
(219,195,235)
#DFCAED
(223,202,237)
#E3D1EF
(227,209,239)
#E7D8F1
(231,216,241)
#EBDFF3
(235,223,243)
#EFE6F5
(239,230,245)
#F3EDF7
(243,237,247)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAEE5; }

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

This text font color is #CFAEE5.


Background Color

.myBgColor { background-color: #CFAEE5; }

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

This div background color is #CFAEE5.


Border color

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

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

This div border color is #CFAEE5.


Opacity

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

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

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

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

This text has shadow with #CFAEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAEE5 on black background.


Color preview on white background

This text has color #CFAEE5 on white background.



Black color preview on #CFAEE5 background

This text has black color on #CFAEE5 background.


White color preview on #CFAEE5 background

This text has white color on #CFAEE5 background.