COLOR #C7D3C6

HEX: #C7D3C6
RGB: (199,211,198)

Renk bilgisi

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

RGB renk modeli

#C7D3C6 color RGB value is (199,211,198).

  • kırmız ton 199;
  • yeşil ton 211;
  • mavi ton 198.
RGB:
(199,211,198)
(78%,83%,78%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 211 of 255 = 83%
B 198 of 255 = 78%

199
211
198

R + G + B ~ 80%. #C7D3C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 211 + 198 = 608 (100%)
R 199 of 608 ~ 32.73%
G 211 of 608 ~ 34.7%
B 198 of 608 ~ 32.57%

%32.73
%34.7
%32.57

CMYK RENK MODELİ

#C7D3C6 rengi CMYK tonu (6,0,6,17).

  • camgöbeği tonu 5.69%
  • eflatun tonu 0.00%
  • sarı tonu 6.16%
  • ana renk tonu 17.25%
CMYK:
(6,0,6,17)
C6M0Y6K17 
(6%,0%,6%,17%)
(0.06/0.00/0.06/0.17)	

CMYK yüzdeleri

%5.69
%0
%6.16
%17.25

Codes

Color #C7D3C6 in popluar color models

C7D3C6
RGB199211198
HSL115°12.87%80.20%
HSB/HSV115°6.16%82.75%
CMYK5.69%0.00%6.16%
17.25%

Color #C7D3C6 in popluar number systems.

HEXC7D3C6
Decimal199211198
Binary110001111101001111000110
Octal307323306

Shades and tints

Shades of #C7D3C6

#C7D3C6
(199,211,198)
#B5C0B4
(181,192,180)
#A3ADA2
(163,173,162)
#919A90
(145,154,144)
#7F877E
(127,135,126)
#6D746C
(109,116,108)
#5B615A
(91,97,90)
#494E48
(73,78,72)
#373B36
(55,59,54)
#252824
(37,40,36)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #C7D3C6

#C7D3C6
(199,211,198)
#CCD7CB
(204,215,203)
#D1DBD0
(209,219,208)
#D6DFD5
(214,223,213)
#DBE3DA
(219,227,218)
#E0E7DF
(224,231,223)
#E5EBE4
(229,235,228)
#EAEFE9
(234,239,233)
#EFF3EE
(239,243,238)
#F4F7F3
(244,247,243)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D3C6 color. Also use rgb(199,211,198) instead hex code.

Text Font Color

.myTextColor { color: #C7D3C6; }

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

This text font color is #C7D3C6.


Background Color

.myBgColor { background-color: #C7D3C6; }

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

This div background color is #C7D3C6.


Border color

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

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

This div border color is #C7D3C6.


Opacity

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

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

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

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

This text has shadow with #C7D3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D3C6 on black background.


Color preview on white background

This text has color #C7D3C6 on white background.



Black color preview on #C7D3C6 background

This text has black color on #C7D3C6 background.


White color preview on #C7D3C6 background

This text has white color on #C7D3C6 background.