COLOR #C3E1EA

HEX: #C3E1EA
RGB: (195,225,234)

Color info

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

RGB color model

#C3E1EA color RGB value is (195,225,234).

  • red value is 195;
  • green value is 225;
  • blue value is 234.
RGB:
(195,225,234)
(76%,88%,92%)

RGB channels and saturation

R 195 of 255 = 76%
G 225 of 255 = 88%
B 234 of 255 = 92%

195
225
234

R + G + B ~ 85%. #C3E1EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 225 + 234 = 654 (100%)
R 195 of 654 ~ 29.82%
G 225 of 654 ~ 34.4%
B 234 of 654 ~ 35.78%

%29.82
%34.4
%35.78

CMYK color model

#C3E1EA color CMYK value is (17,4,0,8).

  • cyan value is 16.67%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(17,4,0,8)
C17M4Y0K8 
(17%,4%,0%,8%)
(0.17/0.04/0.00/0.08)	

CMYK percentages

%16.67
%3.85
%0
%8.24

Codes

Color #C3E1EA in popluar color models

C3E1EA
RGB195225234
HSL194°48.15%84.12%
HSB/HSV194°16.67%91.76%
CMYK16.67%3.85%0.00%
8.24%

Color #C3E1EA in popluar number systems.

HEXC3E1EA
Decimal195225234
Binary110000111110000111101010
Octal303341352

Shades and tints

Shades of #C3E1EA

#C3E1EA
(195,225,234)
#B2CDD5
(178,205,213)
#A1B9C0
(161,185,192)
#90A5AB
(144,165,171)
#7F9196
(127,145,150)
#6E7D81
(110,125,129)
#5D696C
(93,105,108)
#4C5557
(76,85,87)
#3B4142
(59,65,66)
#2A2D2D
(42,45,45)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #C3E1EA

#C3E1EA
(195,225,234)
#C8E3EB
(200,227,235)
#CDE5EC
(205,229,236)
#D2E7ED
(210,231,237)
#D7E9EE
(215,233,238)
#DCEBEF
(220,235,239)
#E1EDF0
(225,237,240)
#E6EFF1
(230,239,241)
#EBF1F2
(235,241,242)
#F0F3F3
(240,243,243)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E1EA color. Also use rgb(195,225,234) instead hex code.

Text Font Color

.myTextColor { color: #C3E1EA; }

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

This text font color is #C3E1EA.


Background Color

.myBgColor { background-color: #C3E1EA; }

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

This div background color is #C3E1EA.


Border color

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

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

This div border color is #C3E1EA.


Opacity

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

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

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

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

This text has shadow with #C3E1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E1EA on black background.


Color preview on white background

This text has color #C3E1EA on white background.



Black color preview on #C3E1EA background

This text has black color on #C3E1EA background.


White color preview on #C3E1EA background

This text has white color on #C3E1EA background.