COLOR #C098EE

HEX: #C098EE
RGB: (192,152,238)

Color info

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

RGB color model

#C098EE color RGB value is (192,152,238).

  • red value is 192;
  • green value is 152;
  • blue value is 238.
RGB:
(192,152,238)
(75%,60%,93%)

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 238 of 255 = 93%

192
152
238

R + G + B ~ 76%. #C098EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 152 + 238 = 582 (100%)
R 192 of 582 ~ 32.99%
G 152 of 582 ~ 26.12%
B 238 of 582 ~ 40.89%

%32.99
%26.12
%40.89

CMYK color model

#C098EE color CMYK value is (19,36,0,7).

  • cyan value is 19.33%
  • magenta value is 36.13%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(19,36,0,7)
C19M36Y0K7 
(19%,36%,0%,7%)
(0.19/0.36/0.00/0.07)	

CMYK percentages

%19.33
%36.13
%0
%6.67

Codes

Color #C098EE in popluar color models

C098EE
RGB192152238
HSL268°71.67%76.47%
HSB/HSV268°36.13%93.33%
CMYK19.33%36.13%0.00%
6.67%

Color #C098EE in popluar number systems.

HEXC098EE
Decimal192152238
Binary110000001001100011101110
Octal300230356

Shades and tints

Shades of #C098EE

#C098EE
(192,152,238)
#AF8BD9
(175,139,217)
#9E7EC4
(158,126,196)
#8D71AF
(141,113,175)
#7C649A
(124,100,154)
#6B5785
(107,87,133)
#5A4A70
(90,74,112)
#493D5B
(73,61,91)
#383046
(56,48,70)
#272331
(39,35,49)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #C098EE

#C098EE
(192,152,238)
#C5A1EF
(197,161,239)
#CAAAF0
(202,170,240)
#CFB3F1
(207,179,241)
#D4BCF2
(212,188,242)
#D9C5F3
(217,197,243)
#DECEF4
(222,206,244)
#E3D7F5
(227,215,245)
#E8E0F6
(232,224,246)
#EDE9F7
(237,233,247)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C098EE color. Also use rgb(192,152,238) instead hex code.

Text Font Color

.myTextColor { color: #C098EE; }

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

This text font color is #C098EE.


Background Color

.myBgColor { background-color: #C098EE; }

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

This div background color is #C098EE.


Border color

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

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

This div border color is #C098EE.


Opacity

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

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

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

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

This text has shadow with #C098EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C098EE on black background.


Color preview on white background

This text has color #C098EE on white background.



Black color preview on #C098EE background

This text has black color on #C098EE background.


White color preview on #C098EE background

This text has white color on #C098EE background.