COLOR #C1EDB6

HEX: #C1EDB6 RGB: (193,237,182)

Color info

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

RGB color model

#C1EDB6 color RGB value is (193,237,182).

RGB: (193,237,182) (76%, 93%, 71%)

RGB channels and saturation

R 193 of 255 = 76%
G 237 of 255 = 93%
B 182 of 255 = 71%

193
237
182

R + G + B ~ 80%. #C1EDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 237 + 182 = 612 (100%)
R 193 of 612 ~ 31.54%
G 237 of 612 ~ 38.73%
B 182 of 612 ~ 29.74'%

%31.54
%38.73
%29.74

CMYK color model

#C1EDB6 color CMYK value is (19,0,23,7).

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 7.06%

CMYK: (19,0,23,7)
C19M0Y23K7 (19%, 0%, 23%, 7%)
(0.19 / 0.00 / 0.23 / 0.07)

CMYK percentages

%18.57
%0
%23.21
%7.06

Codes

Color #C1EDB6 in popluar color models

C1 ED B6
RGB 193 237 182
HSL 108° 60.44% 82.16%
HSB/HSV 108° 23.21% 92.94%
CMYK 18.57% 0.00% 23.21%
7.06%

Color #C1EDB6 in popluar number systems.

HEX C1 ED B6
Decimal 193 237 182
Binary 11000001 11101101 10110110
Octal 301 355 266

Shades and tints

Shades of #C1EDB6

#C1EDB6
(193,237,182)
#B0D8A6
(176,216,166)
#9FC396
(159,195,150)
#8EAE86
(142,174,134)
#7D9976
(125,153,118)
#6C8466
(108,132,102)
#5B6F56
(91,111,86)
#4A5A46
(74,90,70)
#394536
(57,69,54)
#283026
(40,48,38)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #C1EDB6

#C1EDB6
(193,237,182)
#C6EEBC
(198,238,188)
#CBEFC2
(203,239,194)
#D0F0C8
(208,240,200)
#D5F1CE
(213,241,206)
#DAF2D4
(218,242,212)
#DFF3DA
(223,243,218)
#E4F4E0
(228,244,224)
#E9F5E6
(233,245,230)
#EEF6EC
(238,246,236)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1EDB6 color. Also use rgb(193,237,182) instead hex code.

Text Font Color

.myTextColor { color: #C1EDB6; }

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

This text font color is #C1EDB6.

Background Color

.myBgColor { background-color: #C1EDB6; }

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

This div background color is #C1EDB6.

Border color

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

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

This div border color is #C1EDB6.

Opacity

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

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

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

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

This text has shadow with #C1EDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1EDB6.

Preview

Color preview on black background

This text has color #C1EDB6 on black background.


Color preview on white background

This text has color #C1EDB6 on white background.


Black color preview on #C1EDB6 background

This text has black color on #C1EDB6 background.


White color preview on #C1EDB6 background

This text has white color on #C1EDB6 background.


Related colors

Complementary color

Complementary color for #hex is #3E1249.


I love getcolorcode.com

Triadic colors

1 #B6C1ED and #EDB6C1 with #C1EDB6 are triadic colors.

2 #B6EDC1 and #EDC1B6 with #C1EDB6 are triadic colors.