COLOR #C1E4BE

HEX: #C1E4BE RGB: (193,228,190)

Color info

#C1E4BE contains red, green and blue colors in about the same proportion. Web safe color of #C1E4BE is #CCCCCC (or #CCC).

RGB color model

#C1E4BE color RGB value is (193,228,190).

RGB: (193,228,190) (76%, 89%, 75%)

RGB channels and saturation

R 193 of 255 = 76%
G 228 of 255 = 89%
B 190 of 255 = 75%

193
228
190

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

Portions of RGB colors in percentages

R + G + B = 193 + 228 + 190 = 611 (100%)
R 193 of 611 ~ 31.59%
G 228 of 611 ~ 37.32%
B 190 of 611 ~ 31.1'%

%31.59
%37.32
%31.1

CMYK color model

#C1E4BE color CMYK value is (15,0,17,11).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 10.59%

CMYK: (15,0,17,11)
C15M0Y17K11 (15%, 0%, 17%, 11%)
(0.15 / 0.00 / 0.17 / 0.11)

CMYK percentages

%15.35
%0
%16.67
%10.59

Codes

Color #C1E4BE in popluar color models

C1 E4 BE
RGB 193 228 190
HSL 115° 41.30% 81.96%
HSB/HSV 115° 16.67% 89.41%
CMYK 15.35% 0.00% 16.67%
10.59%

Color #C1E4BE in popluar number systems.

HEX C1 E4 BE
Decimal 193 228 190
Binary 11000001 11100100 10111110
Octal 301 344 276

Shades and tints

Shades of #C1E4BE

#C1E4BE
(193,228,190)
#B0D0AD
(176,208,173)
#9FBC9C
(159,188,156)
#8EA88B
(142,168,139)
#7D947A
(125,148,122)
#6C8069
(108,128,105)
#5B6C58
(91,108,88)
#4A5847
(74,88,71)
#394436
(57,68,54)
#283025
(40,48,37)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #C1E4BE

#C1E4BE
(193,228,190)
#C6E6C3
(198,230,195)
#CBE8C8
(203,232,200)
#D0EACD
(208,234,205)
#D5ECD2
(213,236,210)
#DAEED7
(218,238,215)
#DFF0DC
(223,240,220)
#E4F2E1
(228,242,225)
#E9F4E6
(233,244,230)
#EEF6EB
(238,246,235)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E4BE color. Also use rgb(193,228,190) instead hex code.

Text Font Color

.myTextColor { color: #C1E4BE; }

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

This text font color is #C1E4BE.

Background Color

.myBgColor { background-color: #C1E4BE; }

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

This div background color is #C1E4BE.

Border color

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

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

This div border color is #C1E4BE.

Opacity

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

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

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

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

This text has shadow with #C1E4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1E4BE.

Preview

Color preview on black background

This text has color #C1E4BE on black background.


Color preview on white background

This text has color #C1E4BE on white background.


Black color preview on #C1E4BE background

This text has black color on #C1E4BE background.


White color preview on #C1E4BE background

This text has white color on #C1E4BE background.


Related colors

Complementary color

Complementary color for #hex is #3E1B41.


I love getcolorcode.com

Triadic colors

1 #BEC1E4 and #E4BEC1 with #C1E4BE are triadic colors.

2 #BEE4C1 and #E4C1BE with #C1E4BE are triadic colors.