COLOR #C9EDED

HEX: #C9EDED RGB: (201,237,237)

Renk bilgisi

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

RGB renk modeli

#C9EDED color RGB value is (201,237,237).

RGB: (201,237,237) (79%, 93%, 93%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 237 of 255 = 93%
B 237 of 255 = 93%

201
237
237

R + G + B ~ 88%. #C9EDED is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 201 + 237 + 237 = 675 (100%)
R 201 of 675 ~ 29.78%
G 237 of 675 ~ 35.11%
B 237 of 675 ~ 35.11'%

%29.78
%35.11
%35.11

CMYK RENK MODELİ

#C9EDED rengi CMYK tonu (15,0,0,7).

  • camgöbeği tonu 15.19%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%

CMYK: (15,0,0,7)
C15M0Y0K7 (15%, 0%, 0%, 7%)
(0.15 / 0.00 / 0.00 / 0.07)

CMYK yüzdeleri

%15.19
%0
%0
%7.06

Codes

Color #C9EDED in popluar color models

C9 ED ED
RGB 201 237 237
HSL 180° 50.00% 85.88%
HSB/HSV 180° 15.19% 92.94%
CMYK 15.19% 0.00% 0.00%
7.06%

Color #C9EDED in popluar number systems.

HEX C9 ED ED
Decimal 201 237 237
Binary 11001001 11101101 11101101
Octal 311 355 355

Shades and tints

Shades of #C9EDED

#C9EDED
(201,237,237)
#B7D8D8
(183,216,216)
#A5C3C3
(165,195,195)
#93AEAE
(147,174,174)
#819999
(129,153,153)
#6F8484
(111,132,132)
#5D6F6F
(93,111,111)
#4B5A5A
(75,90,90)
#394545
(57,69,69)
#273030
(39,48,48)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #C9EDED

#C9EDED
(201,237,237)
#CDEEEE
(205,238,238)
#D1EFEF
(209,239,239)
#D5F0F0
(213,240,240)
#D9F1F1
(217,241,241)
#DDF2F2
(221,242,242)
#E1F3F3
(225,243,243)
#E5F4F4
(229,244,244)
#E9F5F5
(233,245,245)
#EDF6F6
(237,246,246)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EDED; }

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

This text font color is #C9EDED.

Background Color

.myBgColor { background-color: #C9EDED; }

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

This div background color is #C9EDED.

Border color

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

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

This div border color is #C9EDED.

Opacity

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

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

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

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

This text has shadow with #C9EDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EDED.

Preview

Color preview on black background

This text has color #C9EDED on black background.


Color preview on white background

This text has color #C9EDED on white background.


Black color preview on #C9EDED background

This text has black color on #C9EDED background.


White color preview on #C9EDED background

This text has white color on #C9EDED background.


Related colors

Complementary color

Complementary color for #hex is #361212.


I love getcolorcode.com