COLOR #C097B6

HEX: #C097B6
RGB: (192,151,182)

Color info

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

RGB color model

#C097B6 color RGB value is (192,151,182).

  • red value is 192;
  • green value is 151;
  • blue value is 182.
RGB:
(192,151,182)
(75%,59%,71%)

RGB channels and saturation

R 192 of 255 = 75%
G 151 of 255 = 59%
B 182 of 255 = 71%

192
151
182

R + G + B ~ 68%. #C097B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 151 + 182 = 525 (100%)
R 192 of 525 ~ 36.57%
G 151 of 525 ~ 28.76%
B 182 of 525 ~ 34.67%

%36.57
%28.76
%34.67

CMYK color model

#C097B6 color CMYK value is (0,21,5,25).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 5.21%
  • key color value is 24.71%
CMYK:
(0,21,5,25)
C0M21Y5K25 
(0%,21%,5%,25%)
(0.00/0.21/0.05/0.25)	

CMYK percentages

%0
%21.35
%5.21
%24.71

Codes

Color #C097B6 in popluar color models

C097B6
RGB192151182
HSL315°24.55%67.25%
HSB/HSV315°21.35%75.29%
CMYK0.00%21.35%5.21%
24.71%

Color #C097B6 in popluar number systems.

HEXC097B6
Decimal192151182
Binary110000001001011110110110
Octal300227266

Shades and tints

Shades of #C097B6

#C097B6
(192,151,182)
#AF8AA6
(175,138,166)
#9E7D96
(158,125,150)
#8D7086
(141,112,134)
#7C6376
(124,99,118)
#6B5666
(107,86,102)
#5A4956
(90,73,86)
#493C46
(73,60,70)
#382F36
(56,47,54)
#272226
(39,34,38)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C097B6

#C097B6
(192,151,182)
#C5A0BC
(197,160,188)
#CAA9C2
(202,169,194)
#CFB2C8
(207,178,200)
#D4BBCE
(212,187,206)
#D9C4D4
(217,196,212)
#DECDDA
(222,205,218)
#E3D6E0
(227,214,224)
#E8DFE6
(232,223,230)
#EDE8EC
(237,232,236)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C097B6 color. Also use rgb(192,151,182) instead hex code.

Text Font Color

.myTextColor { color: #C097B6; }

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

This text font color is #C097B6.


Background Color

.myBgColor { background-color: #C097B6; }

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

This div background color is #C097B6.


Border color

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

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

This div border color is #C097B6.


Opacity

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

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

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

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

This text has shadow with #C097B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C097B6 on black background.


Color preview on white background

This text has color #C097B6 on white background.



Black color preview on #C097B6 background

This text has black color on #C097B6 background.


White color preview on #C097B6 background

This text has white color on #C097B6 background.