COLOR #CFAEBE

HEX: #CFAEBE
RGB: (207,174,190)

Color info

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

RGB color model

#CFAEBE color RGB value is (207,174,190).

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

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 190 of 255 = 75%

207
174
190

R + G + B ~ 75%. #CFAEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 190 = 571 (100%)
R 207 of 571 ~ 36.25%
G 174 of 571 ~ 30.47%
B 190 of 571 ~ 33.27%

%36.25
%30.47
%33.27

CMYK color model

#CFAEBE color CMYK value is (0,16,8,19).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 8.21%
  • key color value is 18.82%
CMYK:
(0,16,8,19)
C0M16Y8K19 
(0%,16%,8%,19%)
(0.00/0.16/0.08/0.19)	

CMYK percentages

%0
%15.94
%8.21
%18.82

Codes

Color #CFAEBE in popluar color models

CFAEBE
RGB207174190
HSL331°25.58%74.71%
HSB/HSV331°15.94%81.18%
CMYK0.00%15.94%8.21%
18.82%

Color #CFAEBE in popluar number systems.

HEXCFAEBE
Decimal207174190
Binary110011111010111010111110
Octal317256276

Shades and tints

Shades of #CFAEBE

#CFAEBE
(207,174,190)
#BD9FAD
(189,159,173)
#AB909C
(171,144,156)
#99818B
(153,129,139)
#87727A
(135,114,122)
#756369
(117,99,105)
#635458
(99,84,88)
#514547
(81,69,71)
#3F3636
(63,54,54)
#2D2725
(45,39,37)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #CFAEBE

#CFAEBE
(207,174,190)
#D3B5C3
(211,181,195)
#D7BCC8
(215,188,200)
#DBC3CD
(219,195,205)
#DFCAD2
(223,202,210)
#E3D1D7
(227,209,215)
#E7D8DC
(231,216,220)
#EBDFE1
(235,223,225)
#EFE6E6
(239,230,230)
#F3EDEB
(243,237,235)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAEBE; }

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

This text font color is #CFAEBE.


Background Color

.myBgColor { background-color: #CFAEBE; }

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

This div background color is #CFAEBE.


Border color

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

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

This div border color is #CFAEBE.


Opacity

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

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

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

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

This text has shadow with #CFAEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAEBE on black background.


Color preview on white background

This text has color #CFAEBE on white background.



Black color preview on #CFAEBE background

This text has black color on #CFAEBE background.


White color preview on #CFAEBE background

This text has white color on #CFAEBE background.