COLOR #CFAEDE

HEX: #CFAEDE
RGB: (207,174,222)

Color info

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

RGB color model

#CFAEDE color RGB value is (207,174,222).

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

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 222 of 255 = 87%

207
174
222

R + G + B ~ 79%. #CFAEDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 222 = 603 (100%)
R 207 of 603 ~ 34.33%
G 174 of 603 ~ 28.86%
B 222 of 603 ~ 36.82%

%34.33
%28.86
%36.82

CMYK color model

#CFAEDE color CMYK value is (7,22,0,13).

  • cyan value is 6.76%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(7,22,0,13)
C7M22Y0K13 
(7%,22%,0%,13%)
(0.07/0.22/0.00/0.13)	

CMYK percentages

%6.76
%21.62
%0
%12.94

Codes

Color #CFAEDE in popluar color models

CFAEDE
RGB207174222
HSL281°42.11%77.65%
HSB/HSV281°21.62%87.06%
CMYK6.76%21.62%0.00%
12.94%

Color #CFAEDE in popluar number systems.

HEXCFAEDE
Decimal207174222
Binary110011111010111011011110
Octal317256336

Shades and tints

Shades of #CFAEDE

#CFAEDE
(207,174,222)
#BD9FCA
(189,159,202)
#AB90B6
(171,144,182)
#9981A2
(153,129,162)
#87728E
(135,114,142)
#75637A
(117,99,122)
#635466
(99,84,102)
#514552
(81,69,82)
#3F363E
(63,54,62)
#2D272A
(45,39,42)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #CFAEDE

#CFAEDE
(207,174,222)
#D3B5E1
(211,181,225)
#D7BCE4
(215,188,228)
#DBC3E7
(219,195,231)
#DFCAEA
(223,202,234)
#E3D1ED
(227,209,237)
#E7D8F0
(231,216,240)
#EBDFF3
(235,223,243)
#EFE6F6
(239,230,246)
#F3EDF9
(243,237,249)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAEDE; }

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

This text font color is #CFAEDE.


Background Color

.myBgColor { background-color: #CFAEDE; }

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

This div background color is #CFAEDE.


Border color

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

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

This div border color is #CFAEDE.


Opacity

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

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

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

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

This text has shadow with #CFAEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAEDE on black background.


Color preview on white background

This text has color #CFAEDE on white background.



Black color preview on #CFAEDE background

This text has black color on #CFAEDE background.


White color preview on #CFAEDE background

This text has white color on #CFAEDE background.