COLOR #C0BEE1

HEX: #C0BEE1
RGB: (192,190,225)

Color info

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

RGB color model

#C0BEE1 color RGB value is (192,190,225).

  • red value is 192;
  • green value is 190;
  • blue value is 225.
RGB: (192,190,225) (75%,75%,88%)

RGB channels and saturation

R 192 of 255 = 75%
G 190 of 255 = 75%
B 225 of 255 = 88%

192
190
225

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

Portions of RGB colors in percentages

R + G + B =
192 + 190 + 225 = 607 (100%)
R 192 of 607 ~ 31.63%
G 190 of 607 ~ 31.3%
B 225 of 607 ~ 37.07%

%31.63
%31.3
%37.07

CMYK color model

#C0BEE1 color CMYK value is (15,16,0,12).

  • cyan value is 14.67%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (15,16,0,12) C15M16Y0K12 (15%,16%,0%,12%) (0.15/0.16/0.00/0.12)

CMYK percentages

%14.67
%15.56
%0
%11.76

Codes

Color #C0BEE1 in popluar color models

C0BEE1
RGB192190225
HSL243°36.84%81.37%
HSB/HSV243°15.56%88.24%
CMYK14.67%15.56%0.00%
11.76%

Color #C0BEE1 in popluar number systems.

HEXC0BEE1
Decimal192190225
Binary110000001011111011100001
Octal300276341

Shades and tints

Shades of #C0BEE1

#C0BEE1
(192,190,225)
#AFADCD
(175,173,205)
#9E9CB9
(158,156,185)
#8D8BA5
(141,139,165)
#7C7A91
(124,122,145)
#6B697D
(107,105,125)
#5A5869
(90,88,105)
#494755
(73,71,85)
#383641
(56,54,65)
#27252D
(39,37,45)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #C0BEE1

#C0BEE1
(192,190,225)
#C5C3E3
(197,195,227)
#CAC8E5
(202,200,229)
#CFCDE7
(207,205,231)
#D4D2E9
(212,210,233)
#D9D7EB
(217,215,235)
#DEDCED
(222,220,237)
#E3E1EF
(227,225,239)
#E8E6F1
(232,230,241)
#EDEBF3
(237,235,243)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BEE1 color. Also use rgb(192,190,225) instead hex code.

Text Font Color

.myTextColor { color: #C0BEE1; }

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

This text font color is #C0BEE1.


Background Color

.myBgColor { background-color: #C0BEE1; }

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

This div background color is #C0BEE1.


Border color

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

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

This div border color is #C0BEE1.


Opacity

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

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

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

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

This text has shadow with #C0BEE1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C0BEE1 on black background.


Color preview on white background

This text has color #C0BEE1 on white background.



Black color preview on #C0BEE1 background

This text has black color on #C0BEE1 background.


White color preview on #C0BEE1 background

This text has white color on #C0BEE1 background.