COLOR #C7E9DB

HEX: #C7E9DB
RGB: (199,233,219)

Renk bilgisi

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

RGB renk modeli

#C7E9DB color RGB value is (199,233,219).

  • kırmız ton 199;
  • yeşil ton 233;
  • mavi ton 219.
RGB:
(199,233,219)
(78%,91%,86%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 233 of 255 = 91%
B 219 of 255 = 86%

199
233
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 233 + 219 = 651 (100%)
R 199 of 651 ~ 30.57%
G 233 of 651 ~ 35.79%
B 219 of 651 ~ 33.64%

%30.57
%35.79
%33.64

CMYK RENK MODELİ

#C7E9DB rengi CMYK tonu (15,0,6,9).

  • camgöbeği tonu 14.59%
  • eflatun tonu 0.00%
  • sarı tonu 6.01%
  • ana renk tonu 8.63%
CMYK:
(15,0,6,9)
C15M0Y6K9 
(15%,0%,6%,9%)
(0.15/0.00/0.06/0.09)	

CMYK yüzdeleri

%14.59
%0
%6.01
%8.63

Codes

Color #C7E9DB in popluar color models

C7E9DB
RGB199233219
HSL155°43.59%84.71%
HSB/HSV155°14.59%91.37%
CMYK14.59%0.00%6.01%
8.63%

Color #C7E9DB in popluar number systems.

HEXC7E9DB
Decimal199233219
Binary110001111110100111011011
Octal307351333

Shades and tints

Shades of #C7E9DB

#C7E9DB
(199,233,219)
#B5D4C8
(181,212,200)
#A3BFB5
(163,191,181)
#91AAA2
(145,170,162)
#7F958F
(127,149,143)
#6D807C
(109,128,124)
#5B6B69
(91,107,105)
#495656
(73,86,86)
#374143
(55,65,67)
#252C30
(37,44,48)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #C7E9DB

#C7E9DB
(199,233,219)
#CCEBDE
(204,235,222)
#D1EDE1
(209,237,225)
#D6EFE4
(214,239,228)
#DBF1E7
(219,241,231)
#E0F3EA
(224,243,234)
#E5F5ED
(229,245,237)
#EAF7F0
(234,247,240)
#EFF9F3
(239,249,243)
#F4FBF6
(244,251,246)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E9DB color. Also use rgb(199,233,219) instead hex code.

Text Font Color

.myTextColor { color: #C7E9DB; }

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

This text font color is #C7E9DB.


Background Color

.myBgColor { background-color: #C7E9DB; }

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

This div background color is #C7E9DB.


Border color

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

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

This div border color is #C7E9DB.


Opacity

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

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

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

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

This text has shadow with #C7E9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E9DB on black background.


Color preview on white background

This text has color #C7E9DB on white background.



Black color preview on #C7E9DB background

This text has black color on #C7E9DB background.


White color preview on #C7E9DB background

This text has white color on #C7E9DB background.