COLOR #CFAED8

HEX: #CFAED8
RGB: (207,174,216)

Color info

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

RGB color model

#CFAED8 color RGB value is (207,174,216).

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

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 216 of 255 = 85%

207
174
216

R + G + B ~ 78%. #CFAED8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 216 = 597 (100%)
R 207 of 597 ~ 34.67%
G 174 of 597 ~ 29.15%
B 216 of 597 ~ 36.18%

%34.67
%29.15
%36.18

CMYK color model

#CFAED8 color CMYK value is (4,19,0,15).

  • cyan value is 4.17%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(4,19,0,15)
C4M19Y0K15 
(4%,19%,0%,15%)
(0.04/0.19/0.00/0.15)	

CMYK percentages

%4.17
%19.44
%0
%15.29

Codes

Color #CFAED8 in popluar color models

CFAED8
RGB207174216
HSL287°35.00%76.47%
HSB/HSV287°19.44%84.71%
CMYK4.17%19.44%0.00%
15.29%

Color #CFAED8 in popluar number systems.

HEXCFAED8
Decimal207174216
Binary110011111010111011011000
Octal317256330

Shades and tints

Shades of #CFAED8

#CFAED8
(207,174,216)
#BD9FC5
(189,159,197)
#AB90B2
(171,144,178)
#99819F
(153,129,159)
#87728C
(135,114,140)
#756379
(117,99,121)
#635466
(99,84,102)
#514553
(81,69,83)
#3F3640
(63,54,64)
#2D272D
(45,39,45)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #CFAED8

#CFAED8
(207,174,216)
#D3B5DB
(211,181,219)
#D7BCDE
(215,188,222)
#DBC3E1
(219,195,225)
#DFCAE4
(223,202,228)
#E3D1E7
(227,209,231)
#E7D8EA
(231,216,234)
#EBDFED
(235,223,237)
#EFE6F0
(239,230,240)
#F3EDF3
(243,237,243)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAED8; }

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

This text font color is #CFAED8.


Background Color

.myBgColor { background-color: #CFAED8; }

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

This div background color is #CFAED8.


Border color

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

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

This div border color is #CFAED8.


Opacity

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

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

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

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

This text has shadow with #CFAED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAED8 on black background.


Color preview on white background

This text has color #CFAED8 on white background.



Black color preview on #CFAED8 background

This text has black color on #CFAED8 background.


White color preview on #CFAED8 background

This text has white color on #CFAED8 background.