COLOR #C9EBDB

HEX: #C9EBDB
RGB: (201,235,219)

Renk bilgisi

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

RGB renk modeli

#C9EBDB color RGB value is (201,235,219).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 235 of 255 = 92%
B 219 of 255 = 86%

201
235
219

R + G + B ~ 86%. #C9EBDB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 235 + 219 = 655 (100%)
R 201 of 655 ~ 30.69%
G 235 of 655 ~ 35.88%
B 219 of 655 ~ 33.44%

%30.69
%35.88
%33.44

CMYK RENK MODELİ

#C9EBDB rengi CMYK tonu (14,0,7,8).

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

CMYK yüzdeleri

%14.47
%0
%6.81
%7.84

Codes

Color #C9EBDB in popluar color models

C9EBDB
RGB201235219
HSL152°45.95%85.49%
HSB/HSV152°14.47%92.16%
CMYK14.47%0.00%6.81%
7.84%

Color #C9EBDB in popluar number systems.

HEXC9EBDB
Decimal201235219
Binary110010011110101111011011
Octal311353333

Shades and tints

Shades of #C9EBDB

#C9EBDB
(201,235,219)
#B7D6C8
(183,214,200)
#A5C1B5
(165,193,181)
#93ACA2
(147,172,162)
#81978F
(129,151,143)
#6F827C
(111,130,124)
#5D6D69
(93,109,105)
#4B5856
(75,88,86)
#394343
(57,67,67)
#272E30
(39,46,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #C9EBDB

#C9EBDB
(201,235,219)
#CDECDE
(205,236,222)
#D1EDE1
(209,237,225)
#D5EEE4
(213,238,228)
#D9EFE7
(217,239,231)
#DDF0EA
(221,240,234)
#E1F1ED
(225,241,237)
#E5F2F0
(229,242,240)
#E9F3F3
(233,243,243)
#EDF4F6
(237,244,246)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBDB; }

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

This text font color is #C9EBDB.


Background Color

.myBgColor { background-color: #C9EBDB; }

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

This div background color is #C9EBDB.


Border color

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

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

This div border color is #C9EBDB.


Opacity

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

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

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

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

This text has shadow with #C9EBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EBDB on black background.


Color preview on white background

This text has color #C9EBDB on white background.



Black color preview on #C9EBDB background

This text has black color on #C9EBDB background.


White color preview on #C9EBDB background

This text has white color on #C9EBDB background.