COLOR #CB6E96

HEX: #CB6E96 RGB: (203,110,150)

Color info

#CB6E96 contains mainly red and blue colors. Web safe color of #CB6E96 is #CC6699 (or #C69).

RGB color model

#CB6E96 color RGB value is (203,110,150).

RGB: (203,110,150) (80%, 43%, 59%)

RGB channels and saturation

R 203 of 255 = 80%
G 110 of 255 = 43%
B 150 of 255 = 59%

203
110
150

R + G + B ~ 61%. #CB6E96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 110 + 150 = 463 (100%)
R 203 of 463 ~ 43.84%
G 110 of 463 ~ 23.76%
B 150 of 463 ~ 32.4'%

%43.84
%23.76
%32.4

CMYK color model

#CB6E96 color CMYK value is (0,46,26,20).

  • cyan value is 0.00%
  • magenta value is 45.81%
  • yellow value is 26.11%
  • key color value is 20.39%

CMYK: (0,46,26,20)
C0M46Y26K20 (0%, 46%, 26%, 20%)
(0.00 / 0.46 / 0.26 / 0.20)

CMYK percentages

%0
%45.81
%26.11
%20.39

Codes

Color #CB6E96 in popluar color models

CB 6E 96
RGB 203 110 150
HSL 334° 47.21% 61.37%
HSB/HSV 334° 45.81% 79.61%
CMYK 0.00% 45.81% 26.11%
20.39%

Color #CB6E96 in popluar number systems.

HEX CB 6E 96
Decimal 203 110 150
Binary 11001011 1101110 10010110
Octal 313 156 226

Shades and tints

Shades of #CB6E96

#CB6E96
(203,110,150)
#B96489
(185,100,137)
#A75A7C
(167,90,124)
#95506F
(149,80,111)
#834662
(131,70,98)
#713C55
(113,60,85)
#5F3248
(95,50,72)
#4D283B
(77,40,59)
#3B1E2E
(59,30,46)
#291421
(41,20,33)
#170A14
(23,10,20)
#000000
(0,0,0)

Tints of #CB6E96

#CB6E96
(203,110,150)
#CF7B9F
(207,123,159)
#D388A8
(211,136,168)
#D795B1
(215,149,177)
#DBA2BA
(219,162,186)
#DFAFC3
(223,175,195)
#E3BCCC
(227,188,204)
#E7C9D5
(231,201,213)
#EBD6DE
(235,214,222)
#EFE3E7
(239,227,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6E96 color. Also use rgb(203,110,150) instead hex code.

Text Font Color

.myTextColor { color: #CB6E96; }

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

This text font color is #CB6E96.

Background Color

.myBgColor { background-color: #CB6E96; }

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

This div background color is #CB6E96.

Border color

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

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

This div border color is #CB6E96.

Opacity

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

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

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

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

This text has shadow with #CB6E96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB6E96.

Preview

Color preview on black background

This text has color #CB6E96 on black background.


Color preview on white background

This text has color #CB6E96 on white background.


Black color preview on #CB6E96 background

This text has black color on #CB6E96 background.


White color preview on #CB6E96 background

This text has white color on #CB6E96 background.


Related colors

Complementary color

Complementary color for #hex is #349169.


I love getcolorcode.com

Triadic colors

1 #96CB6E and #6E96CB with #CB6E96 are triadic colors.

2 #966ECB and #6ECB96 with #CB6E96 are triadic colors.