COLOR #C3E5EA

HEX: #C3E5EA
RGB: (195,229,234)

Color info

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

RGB color model

#C3E5EA color RGB value is (195,229,234).

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

RGB channels and saturation

R 195 of 255 = 76%
G 229 of 255 = 90%
B 234 of 255 = 92%

195
229
234

R + G + B ~ 86%. #C3E5EA is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 229 + 234 = 658 (100%)
R 195 of 658 ~ 29.64%
G 229 of 658 ~ 34.8%
B 234 of 658 ~ 35.56%

%29.64
%34.8
%35.56

CMYK color model

#C3E5EA color CMYK value is (17,2,0,8).

  • cyan value is 16.67%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(17,2,0,8)
C17M2Y0K8 
(17%,2%,0%,8%)
(0.17/0.02/0.00/0.08)	

CMYK percentages

%16.67
%2.14
%0
%8.24

Codes

Color #C3E5EA in popluar color models

C3E5EA
RGB195229234
HSL188°48.15%84.12%
HSB/HSV188°16.67%91.76%
CMYK16.67%2.14%0.00%
8.24%

Color #C3E5EA in popluar number systems.

HEXC3E5EA
Decimal195229234
Binary110000111110010111101010
Octal303345352

Shades and tints

Shades of #C3E5EA

#C3E5EA
(195,229,234)
#B2D1D5
(178,209,213)
#A1BDC0
(161,189,192)
#90A9AB
(144,169,171)
#7F9596
(127,149,150)
#6E8181
(110,129,129)
#5D6D6C
(93,109,108)
#4C5957
(76,89,87)
#3B4542
(59,69,66)
#2A312D
(42,49,45)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #C3E5EA

#C3E5EA
(195,229,234)
#C8E7EB
(200,231,235)
#CDE9EC
(205,233,236)
#D2EBED
(210,235,237)
#D7EDEE
(215,237,238)
#DCEFEF
(220,239,239)
#E1F1F0
(225,241,240)
#E6F3F1
(230,243,241)
#EBF5F2
(235,245,242)
#F0F7F3
(240,247,243)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E5EA; }

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

This text font color is #C3E5EA.


Background Color

.myBgColor { background-color: #C3E5EA; }

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

This div background color is #C3E5EA.


Border color

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

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

This div border color is #C3E5EA.


Opacity

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

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

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

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

This text has shadow with #C3E5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E5EA on black background.


Color preview on white background

This text has color #C3E5EA on white background.



Black color preview on #C3E5EA background

This text has black color on #C3E5EA background.


White color preview on #C3E5EA background

This text has white color on #C3E5EA background.