COLOR #CBA5D8

HEX: #CBA5D8
RGB: (203,165,216)

Color info

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

RGB color model

#CBA5D8 color RGB value is (203,165,216).

  • red value is 203;
  • green value is 165;
  • blue value is 216.
RGB:
(203,165,216)
(80%,65%,85%)

RGB channels and saturation

R 203 of 255 = 80%
G 165 of 255 = 65%
B 216 of 255 = 85%

203
165
216

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

Portions of RGB colors in percentages

R + G + B =
203 + 165 + 216 = 584 (100%)
R 203 of 584 ~ 34.76%
G 165 of 584 ~ 28.25%
B 216 of 584 ~ 36.99%

%34.76
%28.25
%36.99

CMYK color model

#CBA5D8 color CMYK value is (6,24,0,15).

  • cyan value is 6.02%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(6,24,0,15)
C6M24Y0K15 
(6%,24%,0%,15%)
(0.06/0.24/0.00/0.15)	

CMYK percentages

%6.02
%23.61
%0
%15.29

Codes

Color #CBA5D8 in popluar color models

CBA5D8
RGB203165216
HSL285°39.53%74.71%
HSB/HSV285°23.61%84.71%
CMYK6.02%23.61%0.00%
15.29%

Color #CBA5D8 in popluar number systems.

HEXCBA5D8
Decimal203165216
Binary110010111010010111011000
Octal313245330

Shades and tints

Shades of #CBA5D8

#CBA5D8
(203,165,216)
#B996C5
(185,150,197)
#A787B2
(167,135,178)
#95789F
(149,120,159)
#83698C
(131,105,140)
#715A79
(113,90,121)
#5F4B66
(95,75,102)
#4D3C53
(77,60,83)
#3B2D40
(59,45,64)
#291E2D
(41,30,45)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #CBA5D8

#CBA5D8
(203,165,216)
#CFADDB
(207,173,219)
#D3B5DE
(211,181,222)
#D7BDE1
(215,189,225)
#DBC5E4
(219,197,228)
#DFCDE7
(223,205,231)
#E3D5EA
(227,213,234)
#E7DDED
(231,221,237)
#EBE5F0
(235,229,240)
#EFEDF3
(239,237,243)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBA5D8 color. Also use rgb(203,165,216) instead hex code.

Text Font Color

.myTextColor { color: #CBA5D8; }

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

This text font color is #CBA5D8.


Background Color

.myBgColor { background-color: #CBA5D8; }

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

This div background color is #CBA5D8.


Border color

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

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

This div border color is #CBA5D8.


Opacity

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

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

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

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

This text has shadow with #CBA5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBA5D8 on black background.


Color preview on white background

This text has color #CBA5D8 on white background.



Black color preview on #CBA5D8 background

This text has black color on #CBA5D8 background.


White color preview on #CBA5D8 background

This text has white color on #CBA5D8 background.