COLOR #C0B9EB

HEX: #C0B9EB RGB: (192,185,235)

Color info

#C0B9EB contains red, green and blue colors in about the same proportion. Web safe color of #C0B9EB is #CCCCFF (or #CCF).

RGB color model

#C0B9EB color RGB value is (192,185,235).

RGB: (192,185,235) (75%, 73%, 92%)

RGB channels and saturation

R 192 of 255 = 75%
G 185 of 255 = 73%
B 235 of 255 = 92%

192
185
235

R + G + B ~ 80%. #C0B9EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 185 + 235 = 612 (100%)
R 192 of 612 ~ 31.37%
G 185 of 612 ~ 30.23%
B 235 of 612 ~ 38.4'%

%31.37
%30.23
%38.4

CMYK color model

#C0B9EB color CMYK value is (18,21,0,8).

  • cyan value is 18.30%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (18,21,0,8)
C18M21Y0K8 (18%, 21%, 0%, 8%)
(0.18 / 0.21 / 0.00 / 0.08)

CMYK percentages

%18.3
%21.28
%0
%7.84

Codes

Color #C0B9EB in popluar color models

C0 B9 EB
RGB 192 185 235
HSL 248° 55.56% 82.35%
HSB/HSV 248° 21.28% 92.16%
CMYK 18.30% 21.28% 0.00%
7.84%

Color #C0B9EB in popluar number systems.

HEX C0 B9 EB
Decimal 192 185 235
Binary 11000000 10111001 11101011
Octal 300 271 353

Shades and tints

Shades of #C0B9EB

#C0B9EB
(192,185,235)
#AFA9D6
(175,169,214)
#9E99C1
(158,153,193)
#8D89AC
(141,137,172)
#7C7997
(124,121,151)
#6B6982
(107,105,130)
#5A596D
(90,89,109)
#494958
(73,73,88)
#383943
(56,57,67)
#27292E
(39,41,46)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #C0B9EB

#C0B9EB
(192,185,235)
#C5BFEC
(197,191,236)
#CAC5ED
(202,197,237)
#CFCBEE
(207,203,238)
#D4D1EF
(212,209,239)
#D9D7F0
(217,215,240)
#DEDDF1
(222,221,241)
#E3E3F2
(227,227,242)
#E8E9F3
(232,233,243)
#EDEFF4
(237,239,244)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B9EB color. Also use rgb(192,185,235) instead hex code.

Text Font Color

.myTextColor { color: #C0B9EB; }

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

This text font color is #C0B9EB.

Background Color

.myBgColor { background-color: #C0B9EB; }

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

This div background color is #C0B9EB.

Border color

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

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

This div border color is #C0B9EB.

Opacity

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

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

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

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

This text has shadow with #C0B9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B9EB.

Preview

Color preview on black background

This text has color #C0B9EB on black background.


Color preview on white background

This text has color #C0B9EB on white background.


Black color preview on #C0B9EB background

This text has black color on #C0B9EB background.


White color preview on #C0B9EB background

This text has white color on #C0B9EB background.


Related colors

Complementary color

Complementary color for #hex is #3F4614.


I love getcolorcode.com

Triadic colors

1 #EBC0B9 and #B9EBC0 with #C0B9EB are triadic colors.

2 #EBB9C0 and #B9C0EB with #C0B9EB are triadic colors.