COLOR #C9EEBE

HEX: #C9EEBE
RGB: (201,238,190)

Renk bilgisi

#C9EEBE contains red, green and blue colors in about the same proportion. #C9EEBE ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C9EEBE color RGB value is (201,238,190).

  • kırmız ton 201;
  • yeşil ton 238;
  • mavi ton 190.
RGB:
(201,238,190)
(79%,93%,75%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 238 of 255 = 93%
B 190 of 255 = 75%

201
238
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 238 + 190 = 629 (100%)
R 201 of 629 ~ 31.96%
G 238 of 629 ~ 37.84%
B 190 of 629 ~ 30.21%

%31.96
%37.84
%30.21

CMYK RENK MODELİ

#C9EEBE rengi CMYK tonu (16,0,20,7).

  • camgöbeği tonu 15.55%
  • eflatun tonu 0.00%
  • sarı tonu 20.17%
  • ana renk tonu 6.67%
CMYK:
(16,0,20,7)
C16M0Y20K7 
(16%,0%,20%,7%)
(0.16/0.00/0.20/0.07)	

CMYK yüzdeleri

%15.55
%0
%20.17
%6.67

Codes

Color #C9EEBE in popluar color models

C9EEBE
RGB201238190
HSL106°58.54%83.92%
HSB/HSV106°20.17%93.33%
CMYK15.55%0.00%20.17%
6.67%

Color #C9EEBE in popluar number systems.

HEXC9EEBE
Decimal201238190
Binary110010011110111010111110
Octal311356276

Shades and tints

Shades of #C9EEBE

#C9EEBE
(201,238,190)
#B7D9AD
(183,217,173)
#A5C49C
(165,196,156)
#93AF8B
(147,175,139)
#819A7A
(129,154,122)
#6F8569
(111,133,105)
#5D7058
(93,112,88)
#4B5B47
(75,91,71)
#394636
(57,70,54)
#273125
(39,49,37)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #C9EEBE

#C9EEBE
(201,238,190)
#CDEFC3
(205,239,195)
#D1F0C8
(209,240,200)
#D5F1CD
(213,241,205)
#D9F2D2
(217,242,210)
#DDF3D7
(221,243,215)
#E1F4DC
(225,244,220)
#E5F5E1
(229,245,225)
#E9F6E6
(233,246,230)
#EDF7EB
(237,247,235)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EEBE; }

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

This text font color is #C9EEBE.


Background Color

.myBgColor { background-color: #C9EEBE; }

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

This div background color is #C9EEBE.


Border color

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

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

This div border color is #C9EEBE.


Opacity

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

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

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

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

This text has shadow with #C9EEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EEBE on black background.


Color preview on white background

This text has color #C9EEBE on white background.



Black color preview on #C9EEBE background

This text has black color on #C9EEBE background.


White color preview on #C9EEBE background

This text has white color on #C9EEBE background.