COLOR #C0BAD5

HEX: #C0BAD5
RGB: (192,186,213)

Color info

#C0BAD5 contains red, green and blue colors in about the same proportion. Web safe color of #C0BAD5 is #CCCCCC (or #CCC).

RGB color model

#C0BAD5 color RGB value is (192,186,213).

  • red value is 192;
  • green value is 186;
  • blue value is 213.
RGB:
(192,186,213)
(75%,73%,84%)

RGB channels and saturation

R 192 of 255 = 75%
G 186 of 255 = 73%
B 213 of 255 = 84%

192
186
213

R + G + B ~ 77%. #C0BAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 186 + 213 = 591 (100%)
R 192 of 591 ~ 32.49%
G 186 of 591 ~ 31.47%
B 213 of 591 ~ 36.04%

%32.49
%31.47
%36.04

CMYK color model

#C0BAD5 color CMYK value is (10,13,0,16).

  • cyan value is 9.86%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(10,13,0,16)
C10M13Y0K16 
(10%,13%,0%,16%)
(0.10/0.13/0.00/0.16)	

CMYK percentages

%9.86
%12.68
%0
%16.47

Codes

Color #C0BAD5 in popluar color models

C0BAD5
RGB192186213
HSL253°24.32%78.24%
HSB/HSV253°12.68%83.53%
CMYK9.86%12.68%0.00%
16.47%

Color #C0BAD5 in popluar number systems.

HEXC0BAD5
Decimal192186213
Binary110000001011101011010101
Octal300272325

Shades and tints

Shades of #C0BAD5

#C0BAD5
(192,186,213)
#AFAAC2
(175,170,194)
#9E9AAF
(158,154,175)
#8D8A9C
(141,138,156)
#7C7A89
(124,122,137)
#6B6A76
(107,106,118)
#5A5A63
(90,90,99)
#494A50
(73,74,80)
#383A3D
(56,58,61)
#272A2A
(39,42,42)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #C0BAD5

#C0BAD5
(192,186,213)
#C5C0D8
(197,192,216)
#CAC6DB
(202,198,219)
#CFCCDE
(207,204,222)
#D4D2E1
(212,210,225)
#D9D8E4
(217,216,228)
#DEDEE7
(222,222,231)
#E3E4EA
(227,228,234)
#E8EAED
(232,234,237)
#EDF0F0
(237,240,240)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BAD5 color. Also use rgb(192,186,213) instead hex code.

Text Font Color

.myTextColor { color: #C0BAD5; }

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

This text font color is #C0BAD5.


Background Color

.myBgColor { background-color: #C0BAD5; }

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

This div background color is #C0BAD5.


Border color

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

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

This div border color is #C0BAD5.


Opacity

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

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

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

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

This text has shadow with #C0BAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BAD5 on black background.


Color preview on white background

This text has color #C0BAD5 on white background.



Black color preview on #C0BAD5 background

This text has black color on #C0BAD5 background.


White color preview on #C0BAD5 background

This text has white color on #C0BAD5 background.