COLOR #C1EBDE

HEX: #C1EBDE
RGB: (193,235,222)

Color info

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

RGB color model

#C1EBDE color RGB value is (193,235,222).

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

RGB channels and saturation

R 193 of 255 = 76%
G 235 of 255 = 92%
B 222 of 255 = 87%

193
235
222

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

Portions of RGB colors in percentages

R + G + B =
193 + 235 + 222 = 650 (100%)
R 193 of 650 ~ 29.69%
G 235 of 650 ~ 36.15%
B 222 of 650 ~ 34.15%

%29.69
%36.15
%34.15

CMYK color model

#C1EBDE color CMYK value is (18,0,6,8).

  • cyan value is 17.87%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(18,0,6,8)
C18M0Y6K8 
(18%,0%,6%,8%)
(0.18/0.00/0.06/0.08)	

CMYK percentages

%17.87
%0
%5.53
%7.84

Codes

Color #C1EBDE in popluar color models

C1EBDE
RGB193235222
HSL161°51.22%83.92%
HSB/HSV161°17.87%92.16%
CMYK17.87%0.00%5.53%
7.84%

Color #C1EBDE in popluar number systems.

HEXC1EBDE
Decimal193235222
Binary110000011110101111011110
Octal301353336

Shades and tints

Shades of #C1EBDE

#C1EBDE
(193,235,222)
#B0D6CA
(176,214,202)
#9FC1B6
(159,193,182)
#8EACA2
(142,172,162)
#7D978E
(125,151,142)
#6C827A
(108,130,122)
#5B6D66
(91,109,102)
#4A5852
(74,88,82)
#39433E
(57,67,62)
#282E2A
(40,46,42)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #C1EBDE

#C1EBDE
(193,235,222)
#C6ECE1
(198,236,225)
#CBEDE4
(203,237,228)
#D0EEE7
(208,238,231)
#D5EFEA
(213,239,234)
#DAF0ED
(218,240,237)
#DFF1F0
(223,241,240)
#E4F2F3
(228,242,243)
#E9F3F6
(233,243,246)
#EEF4F9
(238,244,249)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1EBDE color. Also use rgb(193,235,222) instead hex code.

Text Font Color

.myTextColor { color: #C1EBDE; }

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

This text font color is #C1EBDE.


Background Color

.myBgColor { background-color: #C1EBDE; }

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

This div background color is #C1EBDE.


Border color

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

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

This div border color is #C1EBDE.


Opacity

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

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

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

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

This text has shadow with #C1EBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1EBDE on black background.


Color preview on white background

This text has color #C1EBDE on white background.



Black color preview on #C1EBDE background

This text has black color on #C1EBDE background.


White color preview on #C1EBDE background

This text has white color on #C1EBDE background.