COLOR #CAAABE

HEX: #CAAABE
RGB: (202,170,190)

Color info

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

RGB color model

#CAAABE color RGB value is (202,170,190).

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

RGB channels and saturation

R 202 of 255 = 79%
G 170 of 255 = 67%
B 190 of 255 = 75%

202
170
190

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

Portions of RGB colors in percentages

R + G + B =
202 + 170 + 190 = 562 (100%)
R 202 of 562 ~ 35.94%
G 170 of 562 ~ 30.25%
B 190 of 562 ~ 33.81%

%35.94
%30.25
%33.81

CMYK color model

#CAAABE color CMYK value is (0,16,6,21).

  • cyan value is 0.00%
  • magenta value is 15.84%
  • yellow value is 5.94%
  • key color value is 20.78%
CMYK:
(0,16,6,21)
C0M16Y6K21 
(0%,16%,6%,21%)
(0.00/0.16/0.06/0.21)	

CMYK percentages

%0
%15.84
%5.94
%20.78

Codes

Color #CAAABE in popluar color models

CAAABE
RGB202170190
HSL323°23.19%72.94%
HSB/HSV323°15.84%79.22%
CMYK0.00%15.84%5.94%
20.78%

Color #CAAABE in popluar number systems.

HEXCAAABE
Decimal202170190
Binary110010101010101010111110
Octal312252276

Shades and tints

Shades of #CAAABE

#CAAABE
(202,170,190)
#B89BAD
(184,155,173)
#A68C9C
(166,140,156)
#947D8B
(148,125,139)
#826E7A
(130,110,122)
#705F69
(112,95,105)
#5E5058
(94,80,88)
#4C4147
(76,65,71)
#3A3236
(58,50,54)
#282325
(40,35,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #CAAABE

#CAAABE
(202,170,190)
#CEB1C3
(206,177,195)
#D2B8C8
(210,184,200)
#D6BFCD
(214,191,205)
#DAC6D2
(218,198,210)
#DECDD7
(222,205,215)
#E2D4DC
(226,212,220)
#E6DBE1
(230,219,225)
#EAE2E6
(234,226,230)
#EEE9EB
(238,233,235)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAAABE; }

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

This text font color is #CAAABE.


Background Color

.myBgColor { background-color: #CAAABE; }

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

This div background color is #CAAABE.


Border color

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

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

This div border color is #CAAABE.


Opacity

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

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

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

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

This text has shadow with #CAAABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAABE on black background.


Color preview on white background

This text has color #CAAABE on white background.



Black color preview on #CAAABE background

This text has black color on #CAAABE background.


White color preview on #CAAABE background

This text has white color on #CAAABE background.