COLOR #CAAFEB

HEX: #CAAFEB
RGB: (202,175,235)

Color info

#CAAFEB contains mainly red and blue colors. Web safe color of #CAAFEB is #CC99FF (or #C9F).

RGB color model

#CAAFEB color RGB value is (202,175,235).

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

RGB channels and saturation

R 202 of 255 = 79%
G 175 of 255 = 69%
B 235 of 255 = 92%

202
175
235

R + G + B ~ 80%. #CAAFEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 175 + 235 = 612 (100%)
R 202 of 612 ~ 33.01%
G 175 of 612 ~ 28.59%
B 235 of 612 ~ 38.4%

%33.01
%28.59
%38.4

CMYK color model

#CAAFEB color CMYK value is (14,26,0,8).

  • cyan value is 14.04%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(14,26,0,8)
C14M26Y0K8 
(14%,26%,0%,8%)
(0.14/0.26/0.00/0.08)	

CMYK percentages

%14.04
%25.53
%0
%7.84

Codes

Color #CAAFEB in popluar color models

CAAFEB
RGB202175235
HSL267°60.00%80.39%
HSB/HSV267°25.53%92.16%
CMYK14.04%25.53%0.00%
7.84%

Color #CAAFEB in popluar number systems.

HEXCAAFEB
Decimal202175235
Binary110010101010111111101011
Octal312257353

Shades and tints

Shades of #CAAFEB

#CAAFEB
(202,175,235)
#B8A0D6
(184,160,214)
#A691C1
(166,145,193)
#9482AC
(148,130,172)
#827397
(130,115,151)
#706482
(112,100,130)
#5E556D
(94,85,109)
#4C4658
(76,70,88)
#3A3743
(58,55,67)
#28282E
(40,40,46)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #CAAFEB

#CAAFEB
(202,175,235)
#CEB6EC
(206,182,236)
#D2BDED
(210,189,237)
#D6C4EE
(214,196,238)
#DACBEF
(218,203,239)
#DED2F0
(222,210,240)
#E2D9F1
(226,217,241)
#E6E0F2
(230,224,242)
#EAE7F3
(234,231,243)
#EEEEF4
(238,238,244)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAAFEB; }

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

This text font color is #CAAFEB.


Background Color

.myBgColor { background-color: #CAAFEB; }

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

This div background color is #CAAFEB.


Border color

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

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

This div border color is #CAAFEB.


Opacity

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

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

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

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

This text has shadow with #CAAFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAFEB on black background.


Color preview on white background

This text has color #CAAFEB on white background.



Black color preview on #CAAFEB background

This text has black color on #CAAFEB background.


White color preview on #CAAFEB background

This text has white color on #CAAFEB background.