COLOR #C09BCF

HEX: #C09BCF
RGB: (192,155,207)

Color info

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

RGB color model

#C09BCF color RGB value is (192,155,207).

  • red value is 192;
  • green value is 155;
  • blue value is 207.
RGB:
(192,155,207)
(75%,61%,81%)

RGB channels and saturation

R 192 of 255 = 75%
G 155 of 255 = 61%
B 207 of 255 = 81%

192
155
207

R + G + B ~ 72%. #C09BCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 155 + 207 = 554 (100%)
R 192 of 554 ~ 34.66%
G 155 of 554 ~ 27.98%
B 207 of 554 ~ 37.36%

%34.66
%27.98
%37.36

CMYK color model

#C09BCF color CMYK value is (7,25,0,19).

  • cyan value is 7.25%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(7,25,0,19)
C7M25Y0K19 
(7%,25%,0%,19%)
(0.07/0.25/0.00/0.19)	

CMYK percentages

%7.25
%25.12
%0
%18.82

Codes

Color #C09BCF in popluar color models

C09BCF
RGB192155207
HSL283°35.14%70.98%
HSB/HSV283°25.12%81.18%
CMYK7.25%25.12%0.00%
18.82%

Color #C09BCF in popluar number systems.

HEXC09BCF
Decimal192155207
Binary110000001001101111001111
Octal300233317

Shades and tints

Shades of #C09BCF

#C09BCF
(192,155,207)
#AF8DBD
(175,141,189)
#9E7FAB
(158,127,171)
#8D7199
(141,113,153)
#7C6387
(124,99,135)
#6B5575
(107,85,117)
#5A4763
(90,71,99)
#493951
(73,57,81)
#382B3F
(56,43,63)
#271D2D
(39,29,45)
#160F1B
(22,15,27)
#000000
(0,0,0)

Tints of #C09BCF

#C09BCF
(192,155,207)
#C5A4D3
(197,164,211)
#CAADD7
(202,173,215)
#CFB6DB
(207,182,219)
#D4BFDF
(212,191,223)
#D9C8E3
(217,200,227)
#DED1E7
(222,209,231)
#E3DAEB
(227,218,235)
#E8E3EF
(232,227,239)
#EDECF3
(237,236,243)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09BCF color. Also use rgb(192,155,207) instead hex code.

Text Font Color

.myTextColor { color: #C09BCF; }

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

This text font color is #C09BCF.


Background Color

.myBgColor { background-color: #C09BCF; }

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

This div background color is #C09BCF.


Border color

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

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

This div border color is #C09BCF.


Opacity

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

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

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

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

This text has shadow with #C09BCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09BCF on black background.


Color preview on white background

This text has color #C09BCF on white background.



Black color preview on #C09BCF background

This text has black color on #C09BCF background.


White color preview on #C09BCF background

This text has white color on #C09BCF background.