COLOR #CFAEE8

HEX: #CFAEE8
RGB: (207,174,232)

Color info

#CFAEE8 contains red, green and blue colors in about the same proportion. Web safe color of #CFAEE8 is #CC99FF (or #C9F).

RGB color model

#CFAEE8 color RGB value is (207,174,232).

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

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 232 of 255 = 91%

207
174
232

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

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 232 = 613 (100%)
R 207 of 613 ~ 33.77%
G 174 of 613 ~ 28.38%
B 232 of 613 ~ 37.85%

%33.77
%28.38
%37.85

CMYK color model

#CFAEE8 color CMYK value is (11,25,0,9).

  • cyan value is 10.78%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(11,25,0,9)
C11M25Y0K9 
(11%,25%,0%,9%)
(0.11/0.25/0.00/0.09)	

CMYK percentages

%10.78
%25
%0
%9.02

Codes

Color #CFAEE8 in popluar color models

CFAEE8
RGB207174232
HSL274°55.77%79.61%
HSB/HSV274°25.00%90.98%
CMYK10.78%25.00%0.00%
9.02%

Color #CFAEE8 in popluar number systems.

HEXCFAEE8
Decimal207174232
Binary110011111010111011101000
Octal317256350

Shades and tints

Shades of #CFAEE8

#CFAEE8
(207,174,232)
#BD9FD3
(189,159,211)
#AB90BE
(171,144,190)
#9981A9
(153,129,169)
#877294
(135,114,148)
#75637F
(117,99,127)
#63546A
(99,84,106)
#514555
(81,69,85)
#3F3640
(63,54,64)
#2D272B
(45,39,43)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #CFAEE8

#CFAEE8
(207,174,232)
#D3B5EA
(211,181,234)
#D7BCEC
(215,188,236)
#DBC3EE
(219,195,238)
#DFCAF0
(223,202,240)
#E3D1F2
(227,209,242)
#E7D8F4
(231,216,244)
#EBDFF6
(235,223,246)
#EFE6F8
(239,230,248)
#F3EDFA
(243,237,250)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAEE8; }

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

This text font color is #CFAEE8.


Background Color

.myBgColor { background-color: #CFAEE8; }

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

This div background color is #CFAEE8.


Border color

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

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

This div border color is #CFAEE8.


Opacity

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

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

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

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

This text has shadow with #CFAEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAEE8 on black background.


Color preview on white background

This text has color #CFAEE8 on white background.



Black color preview on #CFAEE8 background

This text has black color on #CFAEE8 background.


White color preview on #CFAEE8 background

This text has white color on #CFAEE8 background.