COLOR #CA88EE

HEX: #CA88EE
RGB: (202,136,238)

Color info

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

RGB color model

#CA88EE color RGB value is (202,136,238).

  • red value is 202;
  • green value is 136;
  • blue value is 238.
RGB:
(202,136,238)
(79%,53%,93%)

RGB channels and saturation

R 202 of 255 = 79%
G 136 of 255 = 53%
B 238 of 255 = 93%

202
136
238

R + G + B ~ 75%. #CA88EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 136 + 238 = 576 (100%)
R 202 of 576 ~ 35.07%
G 136 of 576 ~ 23.61%
B 238 of 576 ~ 41.32%

%35.07
%23.61
%41.32

CMYK color model

#CA88EE color CMYK value is (15,43,0,7).

  • cyan value is 15.13%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(15,43,0,7)
C15M43Y0K7 
(15%,43%,0%,7%)
(0.15/0.43/0.00/0.07)	

CMYK percentages

%15.13
%42.86
%0
%6.67

Codes

Color #CA88EE in popluar color models

CA88EE
RGB202136238
HSL279°75.00%73.33%
HSB/HSV279°42.86%93.33%
CMYK15.13%42.86%0.00%
6.67%

Color #CA88EE in popluar number systems.

HEXCA88EE
Decimal202136238
Binary110010101000100011101110
Octal312210356

Shades and tints

Shades of #CA88EE

#CA88EE
(202,136,238)
#B87CD9
(184,124,217)
#A670C4
(166,112,196)
#9464AF
(148,100,175)
#82589A
(130,88,154)
#704C85
(112,76,133)
#5E4070
(94,64,112)
#4C345B
(76,52,91)
#3A2846
(58,40,70)
#281C31
(40,28,49)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #CA88EE

#CA88EE
(202,136,238)
#CE92EF
(206,146,239)
#D29CF0
(210,156,240)
#D6A6F1
(214,166,241)
#DAB0F2
(218,176,242)
#DEBAF3
(222,186,243)
#E2C4F4
(226,196,244)
#E6CEF5
(230,206,245)
#EAD8F6
(234,216,246)
#EEE2F7
(238,226,247)
#F2ECF8
(242,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA88EE color. Also use rgb(202,136,238) instead hex code.

Text Font Color

.myTextColor { color: #CA88EE; }

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

This text font color is #CA88EE.


Background Color

.myBgColor { background-color: #CA88EE; }

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

This div background color is #CA88EE.


Border color

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

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

This div border color is #CA88EE.


Opacity

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

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

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

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

This text has shadow with #CA88EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA88EE on black background.


Color preview on white background

This text has color #CA88EE on white background.



Black color preview on #CA88EE background

This text has black color on #CA88EE background.


White color preview on #CA88EE background

This text has white color on #CA88EE background.