COLOR #CB88A8

HEX: #CB88A8
RGB: (203,136,168)

Color info

#CB88A8 contains mainly red and blue colors. Web safe color of #CB88A8 is #CC9999 (or #C99).

RGB color model

#CB88A8 color RGB value is (203,136,168).

  • red value is 203;
  • green value is 136;
  • blue value is 168.
RGB:
(203,136,168)
(80%,53%,66%)

RGB channels and saturation

R 203 of 255 = 80%
G 136 of 255 = 53%
B 168 of 255 = 66%

203
136
168

R + G + B ~ 66%. #CB88A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 136 + 168 = 507 (100%)
R 203 of 507 ~ 40.04%
G 136 of 507 ~ 26.82%
B 168 of 507 ~ 33.14%

%40.04
%26.82
%33.14

CMYK color model

#CB88A8 color CMYK value is (0,33,17,20).

  • cyan value is 0.00%
  • magenta value is 33.00%
  • yellow value is 17.24%
  • key color value is 20.39%
CMYK:
(0,33,17,20)
C0M33Y17K20 
(0%,33%,17%,20%)
(0.00/0.33/0.17/0.20)	

CMYK percentages

%0
%33
%17.24
%20.39

Codes

Color #CB88A8 in popluar color models

CB88A8
RGB203136168
HSL331°39.18%66.47%
HSB/HSV331°33.00%79.61%
CMYK0.00%33.00%17.24%
20.39%

Color #CB88A8 in popluar number systems.

HEXCB88A8
Decimal203136168
Binary110010111000100010101000
Octal313210250

Shades and tints

Shades of #CB88A8

#CB88A8
(203,136,168)
#B97C99
(185,124,153)
#A7708A
(167,112,138)
#95647B
(149,100,123)
#83586C
(131,88,108)
#714C5D
(113,76,93)
#5F404E
(95,64,78)
#4D343F
(77,52,63)
#3B2830
(59,40,48)
#291C21
(41,28,33)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #CB88A8

#CB88A8
(203,136,168)
#CF92AF
(207,146,175)
#D39CB6
(211,156,182)
#D7A6BD
(215,166,189)
#DBB0C4
(219,176,196)
#DFBACB
(223,186,203)
#E3C4D2
(227,196,210)
#E7CED9
(231,206,217)
#EBD8E0
(235,216,224)
#EFE2E7
(239,226,231)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB88A8 color. Also use rgb(203,136,168) instead hex code.

Text Font Color

.myTextColor { color: #CB88A8; }

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

This text font color is #CB88A8.


Background Color

.myBgColor { background-color: #CB88A8; }

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

This div background color is #CB88A8.


Border color

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

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

This div border color is #CB88A8.


Opacity

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

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

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

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

This text has shadow with #CB88A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB88A8 on black background.


Color preview on white background

This text has color #CB88A8 on white background.



Black color preview on #CB88A8 background

This text has black color on #CB88A8 background.


White color preview on #CB88A8 background

This text has white color on #CB88A8 background.