COLOR #C099E9

HEX: #C099E9
RGB: (192,153,233)

Color info

#C099E9 contains mainly red and blue colors. Web safe color of #C099E9 is #CC99FF (or #C9F).

RGB color model

#C099E9 color RGB value is (192,153,233).

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

RGB channels and saturation

R 192 of 255 = 75%
G 153 of 255 = 60%
B 233 of 255 = 91%

192
153
233

R + G + B ~ 75%. #C099E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 153 + 233 = 578 (100%)
R 192 of 578 ~ 33.22%
G 153 of 578 ~ 26.47%
B 233 of 578 ~ 40.31%

%33.22
%26.47
%40.31

CMYK color model

#C099E9 color CMYK value is (18,34,0,9).

  • cyan value is 17.60%
  • magenta value is 34.33%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(18,34,0,9)
C18M34Y0K9 
(18%,34%,0%,9%)
(0.18/0.34/0.00/0.09)	

CMYK percentages

%17.6
%34.33
%0
%8.63

Codes

Color #C099E9 in popluar color models

C099E9
RGB192153233
HSL269°64.52%75.69%
HSB/HSV269°34.33%91.37%
CMYK17.60%34.33%0.00%
8.63%

Color #C099E9 in popluar number systems.

HEXC099E9
Decimal192153233
Binary110000001001100111101001
Octal300231351

Shades and tints

Shades of #C099E9

#C099E9
(192,153,233)
#AF8CD4
(175,140,212)
#9E7FBF
(158,127,191)
#8D72AA
(141,114,170)
#7C6595
(124,101,149)
#6B5880
(107,88,128)
#5A4B6B
(90,75,107)
#493E56
(73,62,86)
#383141
(56,49,65)
#27242C
(39,36,44)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #C099E9

#C099E9
(192,153,233)
#C5A2EB
(197,162,235)
#CAABED
(202,171,237)
#CFB4EF
(207,180,239)
#D4BDF1
(212,189,241)
#D9C6F3
(217,198,243)
#DECFF5
(222,207,245)
#E3D8F7
(227,216,247)
#E8E1F9
(232,225,249)
#EDEAFB
(237,234,251)
#F2F3FD
(242,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C099E9; }

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

This text font color is #C099E9.


Background Color

.myBgColor { background-color: #C099E9; }

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

This div background color is #C099E9.


Border color

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

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

This div border color is #C099E9.


Opacity

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

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

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

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

This text has shadow with #C099E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C099E9 on black background.


Color preview on white background

This text has color #C099E9 on white background.



Black color preview on #C099E9 background

This text has black color on #C099E9 background.


White color preview on #C099E9 background

This text has white color on #C099E9 background.