COLOR #C099BE

HEX: #C099BE
RGB: (192,153,190)

Color info

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

RGB color model

#C099BE color RGB value is (192,153,190).

  • red value is 192;
  • green value is 153;
  • blue value is 190.
RGB:
(192,153,190)
(75%,60%,75%)

RGB channels and saturation

R 192 of 255 = 75%
G 153 of 255 = 60%
B 190 of 255 = 75%

192
153
190

R + G + B ~ 70%. #C099BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 153 + 190 = 535 (100%)
R 192 of 535 ~ 35.89%
G 153 of 535 ~ 28.6%
B 190 of 535 ~ 35.51%

%35.89
%28.6
%35.51

CMYK color model

#C099BE color CMYK value is (0,20,1,25).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 1.04%
  • key color value is 24.71%
CMYK:
(0,20,1,25)
C0M20Y1K25 
(0%,20%,1%,25%)
(0.00/0.20/0.01/0.25)	

CMYK percentages

%0
%20.31
%1.04
%24.71

Codes

Color #C099BE in popluar color models

C099BE
RGB192153190
HSL303°23.64%67.65%
HSB/HSV303°20.31%75.29%
CMYK0.00%20.31%1.04%
24.71%

Color #C099BE in popluar number systems.

HEXC099BE
Decimal192153190
Binary110000001001100110111110
Octal300231276

Shades and tints

Shades of #C099BE

#C099BE
(192,153,190)
#AF8CAD
(175,140,173)
#9E7F9C
(158,127,156)
#8D728B
(141,114,139)
#7C657A
(124,101,122)
#6B5869
(107,88,105)
#5A4B58
(90,75,88)
#493E47
(73,62,71)
#383136
(56,49,54)
#272425
(39,36,37)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #C099BE

#C099BE
(192,153,190)
#C5A2C3
(197,162,195)
#CAABC8
(202,171,200)
#CFB4CD
(207,180,205)
#D4BDD2
(212,189,210)
#D9C6D7
(217,198,215)
#DECFDC
(222,207,220)
#E3D8E1
(227,216,225)
#E8E1E6
(232,225,230)
#EDEAEB
(237,234,235)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C099BE color. Also use rgb(192,153,190) instead hex code.

Text Font Color

.myTextColor { color: #C099BE; }

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

This text font color is #C099BE.


Background Color

.myBgColor { background-color: #C099BE; }

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

This div background color is #C099BE.


Border color

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

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

This div border color is #C099BE.


Opacity

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

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

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

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

This text has shadow with #C099BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C099BE on black background.


Color preview on white background

This text has color #C099BE on white background.



Black color preview on #C099BE background

This text has black color on #C099BE background.


White color preview on #C099BE background

This text has white color on #C099BE background.