COLOR #C2CCEB

HEX: #C2CCEB RGB: (194,204,235)

Color info

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

RGB color model

#C2CCEB color RGB value is (194,204,235).

RGB: (194,204,235) (76%, 80%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 204 of 255 = 80%
B 235 of 255 = 92%

194
204
235

R + G + B ~ 83%. #C2CCEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 204 + 235 = 633 (100%)
R 194 of 633 ~ 30.65%
G 204 of 633 ~ 32.23%
B 235 of 633 ~ 37.12'%

%30.65
%32.23
%37.12

CMYK color model

#C2CCEB color CMYK value is (17,13,0,8).

  • cyan value is 17.45%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (17,13,0,8)
C17M13Y0K8 (17%, 13%, 0%, 8%)
(0.17 / 0.13 / 0.00 / 0.08)

CMYK percentages

%17.45
%13.19
%0
%7.84

Codes

Color #C2CCEB in popluar color models

C2 CC EB
RGB 194 204 235
HSL 225° 50.62% 84.12%
HSB/HSV 225° 17.45% 92.16%
CMYK 17.45% 13.19% 0.00%
7.84%

Color #C2CCEB in popluar number systems.

HEX C2 CC EB
Decimal 194 204 235
Binary 11000010 11001100 11101011
Octal 302 314 353

Shades and tints

Shades of #C2CCEB

#C2CCEB
(194,204,235)
#B1BAD6
(177,186,214)
#A0A8C1
(160,168,193)
#8F96AC
(143,150,172)
#7E8497
(126,132,151)
#6D7282
(109,114,130)
#5C606D
(92,96,109)
#4B4E58
(75,78,88)
#3A3C43
(58,60,67)
#292A2E
(41,42,46)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #C2CCEB

#C2CCEB
(194,204,235)
#C7D0EC
(199,208,236)
#CCD4ED
(204,212,237)
#D1D8EE
(209,216,238)
#D6DCEF
(214,220,239)
#DBE0F0
(219,224,240)
#E0E4F1
(224,228,241)
#E5E8F2
(229,232,242)
#EAECF3
(234,236,243)
#EFF0F4
(239,240,244)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CCEB color. Also use rgb(194,204,235) instead hex code.

Text Font Color

.myTextColor { color: #C2CCEB; }

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

This text font color is #C2CCEB.

Background Color

.myBgColor { background-color: #C2CCEB; }

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

This div background color is #C2CCEB.

Border color

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

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

This div border color is #C2CCEB.

Opacity

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

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

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

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

This text has shadow with #C2CCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CCEB.

Preview

Color preview on black background

This text has color #C2CCEB on black background.


Color preview on white background

This text has color #C2CCEB on white background.


Black color preview on #C2CCEB background

This text has black color on #C2CCEB background.


White color preview on #C2CCEB background

This text has white color on #C2CCEB background.


Related colors

Complementary color

Complementary color for #hex is #3D3314.


I love getcolorcode.com

Triadic colors

1 #EBC2CC and #CCEBC2 with #C2CCEB are triadic colors.

2 #EBCCC2 and #CCC2EB with #C2CCEB are triadic colors.