COLOR #CAAFE3

HEX: #CAAFE3
RGB: (202,175,227)

Color info

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

RGB color model

#CAAFE3 color RGB value is (202,175,227).

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

RGB channels and saturation

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

202
175
227

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

Portions of RGB colors in percentages

R + G + B =
202 + 175 + 227 = 604 (100%)
R 202 of 604 ~ 33.44%
G 175 of 604 ~ 28.97%
B 227 of 604 ~ 37.58%

%33.44
%28.97
%37.58

CMYK color model

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

  • cyan value is 11.01%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(11,23,0,11)
C11M23Y0K11 
(11%,23%,0%,11%)
(0.11/0.23/0.00/0.11)	

CMYK percentages

%11.01
%22.91
%0
%10.98

Codes

Color #CAAFE3 in popluar color models

CAAFE3
RGB202175227
HSL271°48.15%78.82%
HSB/HSV271°22.91%89.02%
CMYK11.01%22.91%0.00%
10.98%

Color #CAAFE3 in popluar number systems.

HEXCAAFE3
Decimal202175227
Binary110010101010111111100011
Octal312257343

Shades and tints

Shades of #CAAFE3

#CAAFE3
(202,175,227)
#B8A0CF
(184,160,207)
#A691BB
(166,145,187)
#9482A7
(148,130,167)
#827393
(130,115,147)
#70647F
(112,100,127)
#5E556B
(94,85,107)
#4C4657
(76,70,87)
#3A3743
(58,55,67)
#28282F
(40,40,47)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #CAAFE3

#CAAFE3
(202,175,227)
#CEB6E5
(206,182,229)
#D2BDE7
(210,189,231)
#D6C4E9
(214,196,233)
#DACBEB
(218,203,235)
#DED2ED
(222,210,237)
#E2D9EF
(226,217,239)
#E6E0F1
(230,224,241)
#EAE7F3
(234,231,243)
#EEEEF5
(238,238,245)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAAFE3; }

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

This text font color is #CAAFE3.


Background Color

.myBgColor { background-color: #CAAFE3; }

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

This div background color is #CAAFE3.


Border color

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

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

This div border color is #CAAFE3.


Opacity

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

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

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

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

This text has shadow with #CAAFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAFE3 on black background.


Color preview on white background

This text has color #CAAFE3 on white background.



Black color preview on #CAAFE3 background

This text has black color on #CAAFE3 background.


White color preview on #CAAFE3 background

This text has white color on #CAAFE3 background.