COLOR #CA9BEB

HEX: #CA9BEB
RGB: (202,155,235)

Color info

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

RGB color model

#CA9BEB color RGB value is (202,155,235).

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

RGB channels and saturation

R 202 of 255 = 79%
G 155 of 255 = 61%
B 235 of 255 = 92%

202
155
235

R + G + B ~ 77%. #CA9BEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 155 + 235 = 592 (100%)
R 202 of 592 ~ 34.12%
G 155 of 592 ~ 26.18%
B 235 of 592 ~ 39.7%

%34.12
%26.18
%39.7

CMYK color model

#CA9BEB color CMYK value is (14,34,0,8).

  • cyan value is 14.04%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(14,34,0,8)
C14M34Y0K8 
(14%,34%,0%,8%)
(0.14/0.34/0.00/0.08)	

CMYK percentages

%14.04
%34.04
%0
%7.84

Codes

Color #CA9BEB in popluar color models

CA9BEB
RGB202155235
HSL275°66.67%76.47%
HSB/HSV275°34.04%92.16%
CMYK14.04%34.04%0.00%
7.84%

Color #CA9BEB in popluar number systems.

HEXCA9BEB
Decimal202155235
Binary110010101001101111101011
Octal312233353

Shades and tints

Shades of #CA9BEB

#CA9BEB
(202,155,235)
#B88DD6
(184,141,214)
#A67FC1
(166,127,193)
#9471AC
(148,113,172)
#826397
(130,99,151)
#705582
(112,85,130)
#5E476D
(94,71,109)
#4C3958
(76,57,88)
#3A2B43
(58,43,67)
#281D2E
(40,29,46)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #CA9BEB

#CA9BEB
(202,155,235)
#CEA4EC
(206,164,236)
#D2ADED
(210,173,237)
#D6B6EE
(214,182,238)
#DABFEF
(218,191,239)
#DEC8F0
(222,200,240)
#E2D1F1
(226,209,241)
#E6DAF2
(230,218,242)
#EAE3F3
(234,227,243)
#EEECF4
(238,236,244)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9BEB; }

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

This text font color is #CA9BEB.


Background Color

.myBgColor { background-color: #CA9BEB; }

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

This div background color is #CA9BEB.


Border color

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

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

This div border color is #CA9BEB.


Opacity

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

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

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

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

This text has shadow with #CA9BEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9BEB on black background.


Color preview on white background

This text has color #CA9BEB on white background.



Black color preview on #CA9BEB background

This text has black color on #CA9BEB background.


White color preview on #CA9BEB background

This text has white color on #CA9BEB background.