COLOR #C096BD

HEX: #C096BD
RGB: (192,150,189)

Color info

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

RGB color model

#C096BD color RGB value is (192,150,189).

  • red value is 192;
  • green value is 150;
  • blue value is 189.
RGB:
(192,150,189)
(75%,59%,74%)

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 189 of 255 = 74%

192
150
189

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

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 189 = 531 (100%)
R 192 of 531 ~ 36.16%
G 150 of 531 ~ 28.25%
B 189 of 531 ~ 35.59%

%36.16
%28.25
%35.59

CMYK color model

#C096BD color CMYK value is (0,22,2,25).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 1.56%
  • key color value is 24.71%
CMYK:
(0,22,2,25)
C0M22Y2K25 
(0%,22%,2%,25%)
(0.00/0.22/0.02/0.25)	

CMYK percentages

%0
%21.88
%1.56
%24.71

Codes

Color #C096BD in popluar color models

C096BD
RGB192150189
HSL304°25.00%67.06%
HSB/HSV304°21.88%75.29%
CMYK0.00%21.88%1.56%
24.71%

Color #C096BD in popluar number systems.

HEXC096BD
Decimal192150189
Binary110000001001011010111101
Octal300226275

Shades and tints

Shades of #C096BD

#C096BD
(192,150,189)
#AF89AC
(175,137,172)
#9E7C9B
(158,124,155)
#8D6F8A
(141,111,138)
#7C6279
(124,98,121)
#6B5568
(107,85,104)
#5A4857
(90,72,87)
#493B46
(73,59,70)
#382E35
(56,46,53)
#272124
(39,33,36)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #C096BD

#C096BD
(192,150,189)
#C59FC3
(197,159,195)
#CAA8C9
(202,168,201)
#CFB1CF
(207,177,207)
#D4BAD5
(212,186,213)
#D9C3DB
(217,195,219)
#DECCE1
(222,204,225)
#E3D5E7
(227,213,231)
#E8DEED
(232,222,237)
#EDE7F3
(237,231,243)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C096BD color. Also use rgb(192,150,189) instead hex code.

Text Font Color

.myTextColor { color: #C096BD; }

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

This text font color is #C096BD.


Background Color

.myBgColor { background-color: #C096BD; }

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

This div background color is #C096BD.


Border color

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

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

This div border color is #C096BD.


Opacity

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

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

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

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

This text has shadow with #C096BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C096BD on black background.


Color preview on white background

This text has color #C096BD on white background.



Black color preview on #C096BD background

This text has black color on #C096BD background.


White color preview on #C096BD background

This text has white color on #C096BD background.