COLOR #C3E6EB

HEX: #C3E6EB
RGB: (195,230,235)

Color info

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

RGB color model

#C3E6EB color RGB value is (195,230,235).

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

RGB channels and saturation

R 195 of 255 = 76%
G 230 of 255 = 90%
B 235 of 255 = 92%

195
230
235

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

Portions of RGB colors in percentages

R + G + B =
195 + 230 + 235 = 660 (100%)
R 195 of 660 ~ 29.55%
G 230 of 660 ~ 34.85%
B 235 of 660 ~ 35.61%

%29.55
%34.85
%35.61

CMYK color model

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

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

CMYK percentages

%17.02
%2.13
%0
%7.84

Codes

Color #C3E6EB in popluar color models

C3E6EB
RGB195230235
HSL188°50.00%84.31%
HSB/HSV188°17.02%92.16%
CMYK17.02%2.13%0.00%
7.84%

Color #C3E6EB in popluar number systems.

HEXC3E6EB
Decimal195230235
Binary110000111110011011101011
Octal303346353

Shades and tints

Shades of #C3E6EB

#C3E6EB
(195,230,235)
#B2D2D6
(178,210,214)
#A1BEC1
(161,190,193)
#90AAAC
(144,170,172)
#7F9697
(127,150,151)
#6E8282
(110,130,130)
#5D6E6D
(93,110,109)
#4C5A58
(76,90,88)
#3B4643
(59,70,67)
#2A322E
(42,50,46)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #C3E6EB

#C3E6EB
(195,230,235)
#C8E8EC
(200,232,236)
#CDEAED
(205,234,237)
#D2ECEE
(210,236,238)
#D7EEEF
(215,238,239)
#DCF0F0
(220,240,240)
#E1F2F1
(225,242,241)
#E6F4F2
(230,244,242)
#EBF6F3
(235,246,243)
#F0F8F4
(240,248,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E6EB color. Also use rgb(195,230,235) instead hex code.

Text Font Color

.myTextColor { color: #C3E6EB; }

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

This text font color is #C3E6EB.


Background Color

.myBgColor { background-color: #C3E6EB; }

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

This div background color is #C3E6EB.


Border color

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

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

This div border color is #C3E6EB.


Opacity

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

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

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

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

This text has shadow with #C3E6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E6EB on black background.


Color preview on white background

This text has color #C3E6EB on white background.



Black color preview on #C3E6EB background

This text has black color on #C3E6EB background.


White color preview on #C3E6EB background

This text has white color on #C3E6EB background.