COLOR #C9E3BE

HEX: #C9E3BE
RGB: (201,227,190)

Color info

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

RGB color model

#C9E3BE color RGB value is (201,227,190).

  • red value is 201;
  • green value is 227;
  • blue value is 190.
RGB: (201,227,190) (79%,89%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 227 of 255 = 89%
B 190 of 255 = 75%

201
227
190

R + G + B ~ 81%. #C9E3BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 227 + 190 = 618 (100%)
R 201 of 618 ~ 32.52%
G 227 of 618 ~ 36.73%
B 190 of 618 ~ 30.74%

%32.52
%36.73
%30.74

CMYK color model

#C9E3BE color CMYK value is (11,0,16,11).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 10.98%
CMYK: (11,0,16,11) C11M0Y16K11 (11%,0%,16%,11%) (0.11/0.00/0.16/0.11)

CMYK percentages

%11.45
%0
%16.3
%10.98

Codes

Color #C9E3BE in popluar color models

C9E3BE
RGB201227190
HSL102°39.78%81.76%
HSB/HSV102°16.30%89.02%
CMYK11.45%0.00%16.30%
10.98%

Color #C9E3BE in popluar number systems.

HEXC9E3BE
Decimal201227190
Binary110010011110001110111110
Octal311343276

Shades and tints

Shades of #C9E3BE

#C9E3BE
(201,227,190)
#B7CFAD
(183,207,173)
#A5BB9C
(165,187,156)
#93A78B
(147,167,139)
#81937A
(129,147,122)
#6F7F69
(111,127,105)
#5D6B58
(93,107,88)
#4B5747
(75,87,71)
#394336
(57,67,54)
#272F25
(39,47,37)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #C9E3BE

#C9E3BE
(201,227,190)
#CDE5C3
(205,229,195)
#D1E7C8
(209,231,200)
#D5E9CD
(213,233,205)
#D9EBD2
(217,235,210)
#DDEDD7
(221,237,215)
#E1EFDC
(225,239,220)
#E5F1E1
(229,241,225)
#E9F3E6
(233,243,230)
#EDF5EB
(237,245,235)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E3BE color. Also use rgb(201,227,190) instead hex code.

Text Font Color

.myTextColor { color: #C9E3BE; }

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

This text font color is #C9E3BE.


Background Color

.myBgColor { background-color: #C9E3BE; }

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

This div background color is #C9E3BE.


Border color

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

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

This div border color is #C9E3BE.


Opacity

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

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

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

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

This text has shadow with #C9E3BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9E3BE on black background.


Color preview on white background

This text has color #C9E3BE on white background.



Black color preview on #C9E3BE background

This text has black color on #C9E3BE background.


White color preview on #C9E3BE background

This text has white color on #C9E3BE background.