COLOR #C3CFE3

HEX: #C3CFE3 RGB: (195,207,227)

Color info

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

RGB color model

#C3CFE3 color RGB value is (195,207,227).

RGB: (195,207,227) (76%, 81%, 89%)

RGB channels and saturation

R 195 of 255 = 76%
G 207 of 255 = 81%
B 227 of 255 = 89%

195
207
227

R + G + B ~ 82%. #C3CFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 207 + 227 = 629 (100%)
R 195 of 629 ~ 31%
G 207 of 629 ~ 32.91%
B 227 of 629 ~ 36.09'%

%31
%32.91
%36.09

CMYK color model

#C3CFE3 color CMYK value is (14,9,0,11).

  • cyan value is 14.10%
  • magenta value is 8.81%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (14,9,0,11)
C14M9Y0K11 (14%, 9%, 0%, 11%)
(0.14 / 0.09 / 0.00 / 0.11)

CMYK percentages

%14.1
%8.81
%0
%10.98

Codes

Color #C3CFE3 in popluar color models

C3 CF E3
RGB 195 207 227
HSL 218° 36.36% 82.75%
HSB/HSV 218° 14.10% 89.02%
CMYK 14.10% 8.81% 0.00%
10.98%

Color #C3CFE3 in popluar number systems.

HEX C3 CF E3
Decimal 195 207 227
Binary 11000011 11001111 11100011
Octal 303 317 343

Shades and tints

Shades of #C3CFE3

#C3CFE3
(195,207,227)
#B2BDCF
(178,189,207)
#A1ABBB
(161,171,187)
#9099A7
(144,153,167)
#7F8793
(127,135,147)
#6E757F
(110,117,127)
#5D636B
(93,99,107)
#4C5157
(76,81,87)
#3B3F43
(59,63,67)
#2A2D2F
(42,45,47)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #C3CFE3

#C3CFE3
(195,207,227)
#C8D3E5
(200,211,229)
#CDD7E7
(205,215,231)
#D2DBE9
(210,219,233)
#D7DFEB
(215,223,235)
#DCE3ED
(220,227,237)
#E1E7EF
(225,231,239)
#E6EBF1
(230,235,241)
#EBEFF3
(235,239,243)
#F0F3F5
(240,243,245)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CFE3 color. Also use rgb(195,207,227) instead hex code.

Text Font Color

.myTextColor { color: #C3CFE3; }

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

This text font color is #C3CFE3.

Background Color

.myBgColor { background-color: #C3CFE3; }

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

This div background color is #C3CFE3.

Border color

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

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

This div border color is #C3CFE3.

Opacity

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

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

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

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

This text has shadow with #C3CFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CFE3.

Preview

Color preview on black background

This text has color #C3CFE3 on black background.


Color preview on white background

This text has color #C3CFE3 on white background.


Black color preview on #C3CFE3 background

This text has black color on #C3CFE3 background.


White color preview on #C3CFE3 background

This text has white color on #C3CFE3 background.


Related colors

Complementary color

Complementary color for #hex is #3C301C.


I love getcolorcode.com

Triadic colors

1 #E3C3CF and #CFE3C3 with #C3CFE3 are triadic colors.

2 #E3CFC3 and #CFC3E3 with #C3CFE3 are triadic colors.