COLOR #C0B1EA

HEX: #C0B1EA
RGB: (192,177,234)

Color info

#C0B1EA contains red, green and blue colors in about the same proportion. Web safe color of #C0B1EA is #CC99FF (or #C9F).

RGB color model

#C0B1EA color RGB value is (192,177,234).

  • red value is 192;
  • green value is 177;
  • blue value is 234.
RGB:
(192,177,234)
(75%,69%,92%)

RGB channels and saturation

R 192 of 255 = 75%
G 177 of 255 = 69%
B 234 of 255 = 92%

192
177
234

R + G + B ~ 79%. #C0B1EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 177 + 234 = 603 (100%)
R 192 of 603 ~ 31.84%
G 177 of 603 ~ 29.35%
B 234 of 603 ~ 38.81%

%31.84
%29.35
%38.81

CMYK color model

#C0B1EA color CMYK value is (18,24,0,8).

  • cyan value is 17.95%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(18,24,0,8)
C18M24Y0K8 
(18%,24%,0%,8%)
(0.18/0.24/0.00/0.08)	

CMYK percentages

%17.95
%24.36
%0
%8.24

Codes

Color #C0B1EA in popluar color models

C0B1EA
RGB192177234
HSL256°57.58%80.59%
HSB/HSV256°24.36%91.76%
CMYK17.95%24.36%0.00%
8.24%

Color #C0B1EA in popluar number systems.

HEXC0B1EA
Decimal192177234
Binary110000001011000111101010
Octal300261352

Shades and tints

Shades of #C0B1EA

#C0B1EA
(192,177,234)
#AFA1D5
(175,161,213)
#9E91C0
(158,145,192)
#8D81AB
(141,129,171)
#7C7196
(124,113,150)
#6B6181
(107,97,129)
#5A516C
(90,81,108)
#494157
(73,65,87)
#383142
(56,49,66)
#27212D
(39,33,45)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #C0B1EA

#C0B1EA
(192,177,234)
#C5B8EB
(197,184,235)
#CABFEC
(202,191,236)
#CFC6ED
(207,198,237)
#D4CDEE
(212,205,238)
#D9D4EF
(217,212,239)
#DEDBF0
(222,219,240)
#E3E2F1
(227,226,241)
#E8E9F2
(232,233,242)
#EDF0F3
(237,240,243)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B1EA color. Also use rgb(192,177,234) instead hex code.

Text Font Color

.myTextColor { color: #C0B1EA; }

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

This text font color is #C0B1EA.


Background Color

.myBgColor { background-color: #C0B1EA; }

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

This div background color is #C0B1EA.


Border color

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

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

This div border color is #C0B1EA.


Opacity

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

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

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

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

This text has shadow with #C0B1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B1EA on black background.


Color preview on white background

This text has color #C0B1EA on white background.



Black color preview on #C0B1EA background

This text has black color on #C0B1EA background.


White color preview on #C0B1EA background

This text has white color on #C0B1EA background.