COLOR #C3EBDD

HEX: #C3EBDD
RGB: (195,235,221)

Color info

#C3EBDD contains red, green and blue colors in about the same proportion. Web safe color of #C3EBDD is #CCFFCC (or #CFC).

RGB color model

#C3EBDD color RGB value is (195,235,221).

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

RGB channels and saturation

R 195 of 255 = 76%
G 235 of 255 = 92%
B 221 of 255 = 87%

195
235
221

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

Portions of RGB colors in percentages

R + G + B =
195 + 235 + 221 = 651 (100%)
R 195 of 651 ~ 29.95%
G 235 of 651 ~ 36.1%
B 221 of 651 ~ 33.95%

%29.95
%36.1
%33.95

CMYK color model

#C3EBDD color CMYK value is (17,0,6,8).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(17,0,6,8)
C17M0Y6K8 
(17%,0%,6%,8%)
(0.17/0.00/0.06/0.08)	

CMYK percentages

%17.02
%0
%5.96
%7.84

Codes

Color #C3EBDD in popluar color models

C3EBDD
RGB195235221
HSL159°50.00%84.31%
HSB/HSV159°17.02%92.16%
CMYK17.02%0.00%5.96%
7.84%

Color #C3EBDD in popluar number systems.

HEXC3EBDD
Decimal195235221
Binary110000111110101111011101
Octal303353335

Shades and tints

Shades of #C3EBDD

#C3EBDD
(195,235,221)
#B2D6C9
(178,214,201)
#A1C1B5
(161,193,181)
#90ACA1
(144,172,161)
#7F978D
(127,151,141)
#6E8279
(110,130,121)
#5D6D65
(93,109,101)
#4C5851
(76,88,81)
#3B433D
(59,67,61)
#2A2E29
(42,46,41)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #C3EBDD

#C3EBDD
(195,235,221)
#C8ECE0
(200,236,224)
#CDEDE3
(205,237,227)
#D2EEE6
(210,238,230)
#D7EFE9
(215,239,233)
#DCF0EC
(220,240,236)
#E1F1EF
(225,241,239)
#E6F2F2
(230,242,242)
#EBF3F5
(235,243,245)
#F0F4F8
(240,244,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EBDD; }

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

This text font color is #C3EBDD.


Background Color

.myBgColor { background-color: #C3EBDD; }

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

This div background color is #C3EBDD.


Border color

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

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

This div border color is #C3EBDD.


Opacity

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

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

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

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

This text has shadow with #C3EBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EBDD on black background.


Color preview on white background

This text has color #C3EBDD on white background.



Black color preview on #C3EBDD background

This text has black color on #C3EBDD background.


White color preview on #C3EBDD background

This text has white color on #C3EBDD background.