COLOR #C9EBE1

HEX: #C9EBE1
RGB: (201,235,225)

Renk bilgisi

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

RGB renk modeli

#C9EBE1 color RGB value is (201,235,225).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 235 of 255 = 92%
B 225 of 255 = 88%

201
235
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 235 + 225 = 661 (100%)
R 201 of 661 ~ 30.41%
G 235 of 661 ~ 35.55%
B 225 of 661 ~ 34.04%

%30.41
%35.55
%34.04

CMYK RENK MODELİ

#C9EBE1 rengi CMYK tonu (14,0,4,8).

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

CMYK yüzdeleri

%14.47
%0
%4.26
%7.84

Codes

Color #C9EBE1 in popluar color models

C9EBE1
RGB201235225
HSL162°45.95%85.49%
HSB/HSV162°14.47%92.16%
CMYK14.47%0.00%4.26%
7.84%

Color #C9EBE1 in popluar number systems.

HEXC9EBE1
Decimal201235225
Binary110010011110101111100001
Octal311353341

Shades and tints

Shades of #C9EBE1

#C9EBE1
(201,235,225)
#B7D6CD
(183,214,205)
#A5C1B9
(165,193,185)
#93ACA5
(147,172,165)
#819791
(129,151,145)
#6F827D
(111,130,125)
#5D6D69
(93,109,105)
#4B5855
(75,88,85)
#394341
(57,67,65)
#272E2D
(39,46,45)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #C9EBE1

#C9EBE1
(201,235,225)
#CDECE3
(205,236,227)
#D1EDE5
(209,237,229)
#D5EEE7
(213,238,231)
#D9EFE9
(217,239,233)
#DDF0EB
(221,240,235)
#E1F1ED
(225,241,237)
#E5F2EF
(229,242,239)
#E9F3F1
(233,243,241)
#EDF4F3
(237,244,243)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EBE1; }

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

This text font color is #C9EBE1.


Background Color

.myBgColor { background-color: #C9EBE1; }

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

This div background color is #C9EBE1.


Border color

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

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

This div border color is #C9EBE1.


Opacity

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

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

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

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

This text has shadow with #C9EBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EBE1 on black background.


Color preview on white background

This text has color #C9EBE1 on white background.



Black color preview on #C9EBE1 background

This text has black color on #C9EBE1 background.


White color preview on #C9EBE1 background

This text has white color on #C9EBE1 background.