COLOR #C2CFE9

HEX: #C2CFE9 RGB: (194,207,233)

Color info

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

RGB color model

#C2CFE9 color RGB value is (194,207,233).

RGB: (194,207,233) (76%, 81%, 91%)

RGB channels and saturation

R 194 of 255 = 76%
G 207 of 255 = 81%
B 233 of 255 = 91%

194
207
233

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

Portions of RGB colors in percentages

R + G + B = 194 + 207 + 233 = 634 (100%)
R 194 of 634 ~ 30.6%
G 207 of 634 ~ 32.65%
B 233 of 634 ~ 36.75'%

%30.6
%32.65
%36.75

CMYK color model

#C2CFE9 color CMYK value is (17,11,0,9).

  • cyan value is 16.74%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (17,11,0,9)
C17M11Y0K9 (17%, 11%, 0%, 9%)
(0.17 / 0.11 / 0.00 / 0.09)

CMYK percentages

%16.74
%11.16
%0
%8.63

Codes

Color #C2CFE9 in popluar color models

C2 CF E9
RGB 194 207 233
HSL 220° 46.99% 83.73%
HSB/HSV 220° 16.74% 91.37%
CMYK 16.74% 11.16% 0.00%
8.63%

Color #C2CFE9 in popluar number systems.

HEX C2 CF E9
Decimal 194 207 233
Binary 11000010 11001111 11101001
Octal 302 317 351

Shades and tints

Shades of #C2CFE9

#C2CFE9
(194,207,233)
#B1BDD4
(177,189,212)
#A0ABBF
(160,171,191)
#8F99AA
(143,153,170)
#7E8795
(126,135,149)
#6D7580
(109,117,128)
#5C636B
(92,99,107)
#4B5156
(75,81,86)
#3A3F41
(58,63,65)
#292D2C
(41,45,44)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #C2CFE9

#C2CFE9
(194,207,233)
#C7D3EB
(199,211,235)
#CCD7ED
(204,215,237)
#D1DBEF
(209,219,239)
#D6DFF1
(214,223,241)
#DBE3F3
(219,227,243)
#E0E7F5
(224,231,245)
#E5EBF7
(229,235,247)
#EAEFF9
(234,239,249)
#EFF3FB
(239,243,251)
#F4F7FD
(244,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CFE9 color. Also use rgb(194,207,233) instead hex code.

Text Font Color

.myTextColor { color: #C2CFE9; }

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

This text font color is #C2CFE9.

Background Color

.myBgColor { background-color: #C2CFE9; }

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

This div background color is #C2CFE9.

Border color

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

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

This div border color is #C2CFE9.

Opacity

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

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

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

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

This text has shadow with #C2CFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CFE9.

Preview

Color preview on black background

This text has color #C2CFE9 on black background.


Color preview on white background

This text has color #C2CFE9 on white background.


Black color preview on #C2CFE9 background

This text has black color on #C2CFE9 background.


White color preview on #C2CFE9 background

This text has white color on #C2CFE9 background.


Related colors

Complementary color

Complementary color for #hex is #3D3016.


I love getcolorcode.com

Triadic colors

1 #E9C2CF and #CFE9C2 with #C2CFE9 are triadic colors.

2 #E9CFC2 and #CFC2E9 with #C2CFE9 are triadic colors.