COLOR #CB93B0

HEX: #CB93B0 RGB: (203,147,176)

Color info

#CB93B0 contains red, green and blue colors in about the same proportion. Web safe color of #CB93B0 is #CC9999 (or #C99).

RGB color model

#CB93B0 color RGB value is (203,147,176).

RGB: (203,147,176) (80%, 58%, 69%)

RGB channels and saturation

R 203 of 255 = 80%
G 147 of 255 = 58%
B 176 of 255 = 69%

203
147
176

R + G + B ~ 69%. #CB93B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 147 + 176 = 526 (100%)
R 203 of 526 ~ 38.59%
G 147 of 526 ~ 27.95%
B 176 of 526 ~ 33.46'%

%38.59
%27.95
%33.46

CMYK color model

#CB93B0 color CMYK value is (0,28,13,20).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 13.30%
  • key color value is 20.39%

CMYK: (0,28,13,20)
C0M28Y13K20 (0%, 28%, 13%, 20%)
(0.00 / 0.28 / 0.13 / 0.20)

CMYK percentages

%0
%27.59
%13.3
%20.39

Codes

Color #CB93B0 in popluar color models

CB 93 B0
RGB 203 147 176
HSL 329° 35.00% 68.63%
HSB/HSV 329° 27.59% 79.61%
CMYK 0.00% 27.59% 13.30%
20.39%

Color #CB93B0 in popluar number systems.

HEX CB 93 B0
Decimal 203 147 176
Binary 11001011 10010011 10110000
Octal 313 223 260

Shades and tints

Shades of #CB93B0

#CB93B0
(203,147,176)
#B986A0
(185,134,160)
#A77990
(167,121,144)
#956C80
(149,108,128)
#835F70
(131,95,112)
#715260
(113,82,96)
#5F4550
(95,69,80)
#4D3840
(77,56,64)
#3B2B30
(59,43,48)
#291E20
(41,30,32)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #CB93B0

#CB93B0
(203,147,176)
#CF9CB7
(207,156,183)
#D3A5BE
(211,165,190)
#D7AEC5
(215,174,197)
#DBB7CC
(219,183,204)
#DFC0D3
(223,192,211)
#E3C9DA
(227,201,218)
#E7D2E1
(231,210,225)
#EBDBE8
(235,219,232)
#EFE4EF
(239,228,239)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB93B0 color. Also use rgb(203,147,176) instead hex code.

Text Font Color

.myTextColor { color: #CB93B0; }

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

This text font color is #CB93B0.

Background Color

.myBgColor { background-color: #CB93B0; }

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

This div background color is #CB93B0.

Border color

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

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

This div border color is #CB93B0.

Opacity

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

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

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

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

This text has shadow with #CB93B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB93B0.

Preview

Color preview on black background

This text has color #CB93B0 on black background.


Color preview on white background

This text has color #CB93B0 on white background.


Black color preview on #CB93B0 background

This text has black color on #CB93B0 background.


White color preview on #CB93B0 background

This text has white color on #CB93B0 background.


Related colors

Complementary color

Complementary color for #hex is #346C4F.


I love getcolorcode.com

Triadic colors

1 #B0CB93 and #93B0CB with #CB93B0 are triadic colors.

2 #B093CB and #93CBB0 with #CB93B0 are triadic colors.