COLOR #CB9BD4

HEX: #CB9BD4 RGB: (203,155,212)

Color info

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

RGB color model

#CB9BD4 color RGB value is (203,155,212).

RGB: (203,155,212) (80%, 61%, 83%)

RGB channels and saturation

R 203 of 255 = 80%
G 155 of 255 = 61%
B 212 of 255 = 83%

203
155
212

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

Portions of RGB colors in percentages

R + G + B = 203 + 155 + 212 = 570 (100%)
R 203 of 570 ~ 35.61%
G 155 of 570 ~ 27.19%
B 212 of 570 ~ 37.19'%

%35.61
%27.19
%37.19

CMYK color model

#CB9BD4 color CMYK value is (4,27,0,17).

  • cyan value is 4.25%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK: (4,27,0,17) C4M27Y0K17 (4%,27%,0%,17%) (0.04/0.27/0.00/0.17) 

CMYK percentages

%4.25
%26.89
%0
%16.86

Codes

Color #CB9BD4 in popluar color models

CB 9B D4
RGB 203 155 212
HSL 291° 39.86% 71.96%
HSB/HSV 291° 26.89% 83.14%
CMYK 4.25% 26.89% 0.00%
16.86%

Color #CB9BD4 in popluar number systems.

HEX CB 9B D4
Decimal 203 155 212
Binary 11001011 10011011 11010100
Octal 313 233 324

Shades and tints

Shades of #CB9BD4

#CB9BD4
(203,155,212)
#B98DC1
(185,141,193)
#A77FAE
(167,127,174)
#95719B
(149,113,155)
#836388
(131,99,136)
#715575
(113,85,117)
#5F4762
(95,71,98)
#4D394F
(77,57,79)
#3B2B3C
(59,43,60)
#291D29
(41,29,41)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #CB9BD4

#CB9BD4
(203,155,212)
#CFA4D7
(207,164,215)
#D3ADDA
(211,173,218)
#D7B6DD
(215,182,221)
#DBBFE0
(219,191,224)
#DFC8E3
(223,200,227)
#E3D1E6
(227,209,230)
#E7DAE9
(231,218,233)
#EBE3EC
(235,227,236)
#EFECEF
(239,236,239)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9BD4 color. Also use rgb(203,155,212) instead hex code.

Text Font Color

.myTextColor { color: #CB9BD4; }

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

This text font color is #CB9BD4.

Background Color

.myBgColor { background-color: #CB9BD4; }

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

This div background color is #CB9BD4.

Border color

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

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

This div border color is #CB9BD4.

Opacity

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

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

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

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

This text has shadow with #CB9BD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB9BD4.

Preview

Color preview on black background

This text has color #CB9BD4 on black background.


Color preview on white background

This text has color #CB9BD4 on white background.


Black color preview on #CB9BD4 background

This text has black color on #CB9BD4 background.


White color preview on #CB9BD4 background

This text has white color on #CB9BD4 background.


Related colors

Complementary color

Complementary color for #hex is #34642B.


I love getcolorcode.com

Triadic colors

1 #D4CB9B and #9BD4CB with #CB9BD4 are triadic colors.

2 #D49BCB and #9BCBD4 with #CB9BD4 are triadic colors.