COLOR #CAAFE4

HEX: #CAAFE4
RGB: (202,175,228)

Color info

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

RGB color model

#CAAFE4 color RGB value is (202,175,228).

  • red value is 202;
  • green value is 175;
  • blue value is 228.
RGB:
(202,175,228)
(79%,69%,89%)

RGB channels and saturation

R 202 of 255 = 79%
G 175 of 255 = 69%
B 228 of 255 = 89%

202
175
228

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

Portions of RGB colors in percentages

R + G + B =
202 + 175 + 228 = 605 (100%)
R 202 of 605 ~ 33.39%
G 175 of 605 ~ 28.93%
B 228 of 605 ~ 37.69%

%33.39
%28.93
%37.69

CMYK color model

#CAAFE4 color CMYK value is (11,23,0,11).

  • cyan value is 11.40%
  • magenta value is 23.25%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(11,23,0,11)
C11M23Y0K11 
(11%,23%,0%,11%)
(0.11/0.23/0.00/0.11)	

CMYK percentages

%11.4
%23.25
%0
%10.59

Codes

Color #CAAFE4 in popluar color models

CAAFE4
RGB202175228
HSL271°49.53%79.02%
HSB/HSV271°23.25%89.41%
CMYK11.40%23.25%0.00%
10.59%

Color #CAAFE4 in popluar number systems.

HEXCAAFE4
Decimal202175228
Binary110010101010111111100100
Octal312257344

Shades and tints

Shades of #CAAFE4

#CAAFE4
(202,175,228)
#B8A0D0
(184,160,208)
#A691BC
(166,145,188)
#9482A8
(148,130,168)
#827394
(130,115,148)
#706480
(112,100,128)
#5E556C
(94,85,108)
#4C4658
(76,70,88)
#3A3744
(58,55,68)
#282830
(40,40,48)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #CAAFE4

#CAAFE4
(202,175,228)
#CEB6E6
(206,182,230)
#D2BDE8
(210,189,232)
#D6C4EA
(214,196,234)
#DACBEC
(218,203,236)
#DED2EE
(222,210,238)
#E2D9F0
(226,217,240)
#E6E0F2
(230,224,242)
#EAE7F4
(234,231,244)
#EEEEF6
(238,238,246)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAAFE4 color. Also use rgb(202,175,228) instead hex code.

Text Font Color

.myTextColor { color: #CAAFE4; }

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

This text font color is #CAAFE4.


Background Color

.myBgColor { background-color: #CAAFE4; }

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

This div background color is #CAAFE4.


Border color

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

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

This div border color is #CAAFE4.


Opacity

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

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

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

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

This text has shadow with #CAAFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAFE4 on black background.


Color preview on white background

This text has color #CAAFE4 on white background.



Black color preview on #CAAFE4 background

This text has black color on #CAAFE4 background.


White color preview on #CAAFE4 background

This text has white color on #CAAFE4 background.