COLOR #C1EBC6

HEX: #C1EBC6
RGB: (193,235,198)

Color info

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

RGB color model

#C1EBC6 color RGB value is (193,235,198).

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

RGB channels and saturation

R 193 of 255 = 76%
G 235 of 255 = 92%
B 198 of 255 = 78%

193
235
198

R + G + B ~ 82%. #C1EBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 235 + 198 = 626 (100%)
R 193 of 626 ~ 30.83%
G 235 of 626 ~ 37.54%
B 198 of 626 ~ 31.63%

%30.83
%37.54
%31.63

CMYK color model

#C1EBC6 color CMYK value is (18,0,16,8).

  • cyan value is 17.87%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 7.84%
CMYK:
(18,0,16,8)
C18M0Y16K8 
(18%,0%,16%,8%)
(0.18/0.00/0.16/0.08)	

CMYK percentages

%17.87
%0
%15.74
%7.84

Codes

Color #C1EBC6 in popluar color models

C1EBC6
RGB193235198
HSL127°51.22%83.92%
HSB/HSV127°17.87%92.16%
CMYK17.87%0.00%15.74%
7.84%

Color #C1EBC6 in popluar number systems.

HEXC1EBC6
Decimal193235198
Binary110000011110101111000110
Octal301353306

Shades and tints

Shades of #C1EBC6

#C1EBC6
(193,235,198)
#B0D6B4
(176,214,180)
#9FC1A2
(159,193,162)
#8EAC90
(142,172,144)
#7D977E
(125,151,126)
#6C826C
(108,130,108)
#5B6D5A
(91,109,90)
#4A5848
(74,88,72)
#394336
(57,67,54)
#282E24
(40,46,36)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #C1EBC6

#C1EBC6
(193,235,198)
#C6ECCB
(198,236,203)
#CBEDD0
(203,237,208)
#D0EED5
(208,238,213)
#D5EFDA
(213,239,218)
#DAF0DF
(218,240,223)
#DFF1E4
(223,241,228)
#E4F2E9
(228,242,233)
#E9F3EE
(233,243,238)
#EEF4F3
(238,244,243)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1EBC6; }

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

This text font color is #C1EBC6.


Background Color

.myBgColor { background-color: #C1EBC6; }

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

This div background color is #C1EBC6.


Border color

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

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

This div border color is #C1EBC6.


Opacity

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

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

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

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

This text has shadow with #C1EBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1EBC6 on black background.


Color preview on white background

This text has color #C1EBC6 on white background.



Black color preview on #C1EBC6 background

This text has black color on #C1EBC6 background.


White color preview on #C1EBC6 background

This text has white color on #C1EBC6 background.