COLOR #C9EBD8

HEX: #C9EBD8
RGB: (201,235,216)

Renk bilgisi

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

RGB renk modeli

#C9EBD8 color RGB value is (201,235,216).

  • kırmız ton 201;
  • yeşil ton 235;
  • mavi ton 216.
RGB:
(201,235,216)
(79%,92%,85%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 235 of 255 = 92%
B 216 of 255 = 85%

201
235
216

R + G + B ~ 85%. #C9EBD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 235 + 216 = 652 (100%)
R 201 of 652 ~ 30.83%
G 235 of 652 ~ 36.04%
B 216 of 652 ~ 33.13%

%30.83
%36.04
%33.13

CMYK RENK MODELİ

#C9EBD8 rengi CMYK tonu (14,0,8,8).

  • camgöbeği tonu 14.47%
  • eflatun tonu 0.00%
  • sarı tonu 8.09%
  • ana renk tonu 7.84%
CMYK:
(14,0,8,8)
C14M0Y8K8 
(14%,0%,8%,8%)
(0.14/0.00/0.08/0.08)	

CMYK yüzdeleri

%14.47
%0
%8.09
%7.84

Codes

Color #C9EBD8 in popluar color models

C9EBD8
RGB201235216
HSL146°45.95%85.49%
HSB/HSV146°14.47%92.16%
CMYK14.47%0.00%8.09%
7.84%

Color #C9EBD8 in popluar number systems.

HEXC9EBD8
Decimal201235216
Binary110010011110101111011000
Octal311353330

Shades and tints

Shades of #C9EBD8

#C9EBD8
(201,235,216)
#B7D6C5
(183,214,197)
#A5C1B2
(165,193,178)
#93AC9F
(147,172,159)
#81978C
(129,151,140)
#6F8279
(111,130,121)
#5D6D66
(93,109,102)
#4B5853
(75,88,83)
#394340
(57,67,64)
#272E2D
(39,46,45)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #C9EBD8

#C9EBD8
(201,235,216)
#CDECDB
(205,236,219)
#D1EDDE
(209,237,222)
#D5EEE1
(213,238,225)
#D9EFE4
(217,239,228)
#DDF0E7
(221,240,231)
#E1F1EA
(225,241,234)
#E5F2ED
(229,242,237)
#E9F3F0
(233,243,240)
#EDF4F3
(237,244,243)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EBD8 color. Also use rgb(201,235,216) instead hex code.

Text Font Color

.myTextColor { color: #C9EBD8; }

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

This text font color is #C9EBD8.


Background Color

.myBgColor { background-color: #C9EBD8; }

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

This div background color is #C9EBD8.


Border color

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

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

This div border color is #C9EBD8.


Opacity

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

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

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

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

This text has shadow with #C9EBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EBD8 on black background.


Color preview on white background

This text has color #C9EBD8 on white background.



Black color preview on #C9EBD8 background

This text has black color on #C9EBD8 background.


White color preview on #C9EBD8 background

This text has white color on #C9EBD8 background.