COLOR #C7EDDD

HEX: #C7EDDD
RGB: (199,237,221)

Renk bilgisi

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

RGB renk modeli

#C7EDDD color RGB value is (199,237,221).

  • kırmız ton 199;
  • yeşil ton 237;
  • mavi ton 221.
RGB:
(199,237,221)
(78%,93%,87%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 237 of 255 = 93%
B 221 of 255 = 87%

199
237
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 237 + 221 = 657 (100%)
R 199 of 657 ~ 30.29%
G 237 of 657 ~ 36.07%
B 221 of 657 ~ 33.64%

%30.29
%36.07
%33.64

CMYK RENK MODELİ

#C7EDDD rengi CMYK tonu (16,0,7,7).

  • camgöbeği tonu 16.03%
  • eflatun tonu 0.00%
  • sarı tonu 6.75%
  • ana renk tonu 7.06%
CMYK:
(16,0,7,7)
C16M0Y7K7 
(16%,0%,7%,7%)
(0.16/0.00/0.07/0.07)	

CMYK yüzdeleri

%16.03
%0
%6.75
%7.06

Codes

Color #C7EDDD in popluar color models

C7EDDD
RGB199237221
HSL155°51.35%85.49%
HSB/HSV155°16.03%92.94%
CMYK16.03%0.00%6.75%
7.06%

Color #C7EDDD in popluar number systems.

HEXC7EDDD
Decimal199237221
Binary110001111110110111011101
Octal307355335

Shades and tints

Shades of #C7EDDD

#C7EDDD
(199,237,221)
#B5D8C9
(181,216,201)
#A3C3B5
(163,195,181)
#91AEA1
(145,174,161)
#7F998D
(127,153,141)
#6D8479
(109,132,121)
#5B6F65
(91,111,101)
#495A51
(73,90,81)
#37453D
(55,69,61)
#253029
(37,48,41)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #C7EDDD

#C7EDDD
(199,237,221)
#CCEEE0
(204,238,224)
#D1EFE3
(209,239,227)
#D6F0E6
(214,240,230)
#DBF1E9
(219,241,233)
#E0F2EC
(224,242,236)
#E5F3EF
(229,243,239)
#EAF4F2
(234,244,242)
#EFF5F5
(239,245,245)
#F4F6F8
(244,246,248)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EDDD; }

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

This text font color is #C7EDDD.


Background Color

.myBgColor { background-color: #C7EDDD; }

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

This div background color is #C7EDDD.


Border color

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

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

This div border color is #C7EDDD.


Opacity

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

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

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

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

This text has shadow with #C7EDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EDDD on black background.


Color preview on white background

This text has color #C7EDDD on white background.



Black color preview on #C7EDDD background

This text has black color on #C7EDDD background.


White color preview on #C7EDDD background

This text has white color on #C7EDDD background.