COLOR #CAAEBE

HEX: #CAAEBE
RGB: (202,174,190)

Color info

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

RGB color model

#CAAEBE color RGB value is (202,174,190).

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

RGB channels and saturation

R 202 of 255 = 79%
G 174 of 255 = 68%
B 190 of 255 = 75%

202
174
190

R + G + B ~ 74%. #CAAEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 174 + 190 = 566 (100%)
R 202 of 566 ~ 35.69%
G 174 of 566 ~ 30.74%
B 190 of 566 ~ 33.57%

%35.69
%30.74
%33.57

CMYK color model

#CAAEBE color CMYK value is (0,14,6,21).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 5.94%
  • key color value is 20.78%
CMYK:
(0,14,6,21)
C0M14Y6K21 
(0%,14%,6%,21%)
(0.00/0.14/0.06/0.21)	

CMYK percentages

%0
%13.86
%5.94
%20.78

Codes

Color #CAAEBE in popluar color models

CAAEBE
RGB202174190
HSL326°20.90%73.73%
HSB/HSV326°13.86%79.22%
CMYK0.00%13.86%5.94%
20.78%

Color #CAAEBE in popluar number systems.

HEXCAAEBE
Decimal202174190
Binary110010101010111010111110
Octal312256276

Shades and tints

Shades of #CAAEBE

#CAAEBE
(202,174,190)
#B89FAD
(184,159,173)
#A6909C
(166,144,156)
#94818B
(148,129,139)
#82727A
(130,114,122)
#706369
(112,99,105)
#5E5458
(94,84,88)
#4C4547
(76,69,71)
#3A3636
(58,54,54)
#282725
(40,39,37)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #CAAEBE

#CAAEBE
(202,174,190)
#CEB5C3
(206,181,195)
#D2BCC8
(210,188,200)
#D6C3CD
(214,195,205)
#DACAD2
(218,202,210)
#DED1D7
(222,209,215)
#E2D8DC
(226,216,220)
#E6DFE1
(230,223,225)
#EAE6E6
(234,230,230)
#EEEDEB
(238,237,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAAEBE; }

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

This text font color is #CAAEBE.


Background Color

.myBgColor { background-color: #CAAEBE; }

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

This div background color is #CAAEBE.


Border color

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

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

This div border color is #CAAEBE.


Opacity

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

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

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

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

This text has shadow with #CAAEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAEBE on black background.


Color preview on white background

This text has color #CAAEBE on white background.



Black color preview on #CAAEBE background

This text has black color on #CAAEBE background.


White color preview on #CAAEBE background

This text has white color on #CAAEBE background.