COLOR #C7C7DB

HEX: #C7C7DB RGB: (199,199,219)

Renk bilgisi

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

RGB renk modeli

#C7C7DB color RGB value is (199,199,219).

RGB: (199,199,219) (78%, 78%, 86%)

RGB bağlantıları ve doygunluk

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

199
199
219

R + G + B ~ 81%. #C7C7DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 199 + 199 + 219 = 617 (100%)
R 199 of 617 ~ 32.25%
G 199 of 617 ~ 32.25%
B 219 of 617 ~ 35.49'%

%32.25
%32.25
%35.49

CMYK RENK MODELİ

#C7C7DB rengi CMYK tonu (9,9,0,14).

  • camgöbeği tonu 9.13%
  • eflatun tonu 9.13%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%

CMYK: (9,9,0,14)
C9M9Y0K14 (9%, 9%, 0%, 14%)
(0.09 / 0.09 / 0.00 / 0.14)

CMYK yüzdeleri

%9.13
%9.13
%0
%14.12

Codes

Color #C7C7DB in popluar color models

C7 C7 DB
RGB 199 199 219
HSL 240° 21.74% 81.96%
HSB/HSV 240° 9.13% 85.88%
CMYK 9.13% 9.13% 0.00%
14.12%

Color #C7C7DB in popluar number systems.

HEX C7 C7 DB
Decimal 199 199 219
Binary 11000111 11000111 11011011
Octal 307 307 333

Shades and tints

Shades of #C7C7DB

#C7C7DB
(199,199,219)
#B5B5C8
(181,181,200)
#A3A3B5
(163,163,181)
#9191A2
(145,145,162)
#7F7F8F
(127,127,143)
#6D6D7C
(109,109,124)
#5B5B69
(91,91,105)
#494956
(73,73,86)
#373743
(55,55,67)
#252530
(37,37,48)
#13131D
(19,19,29)
#000000
(0,0,0)

Tints of #C7C7DB

#C7C7DB
(199,199,219)
#CCCCDE
(204,204,222)
#D1D1E1
(209,209,225)
#D6D6E4
(214,214,228)
#DBDBE7
(219,219,231)
#E0E0EA
(224,224,234)
#E5E5ED
(229,229,237)
#EAEAF0
(234,234,240)
#EFEFF3
(239,239,243)
#F4F4F6
(244,244,246)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C7DB; }

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

This text font color is #C7C7DB.

Background Color

.myBgColor { background-color: #C7C7DB; }

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

This div background color is #C7C7DB.

Border color

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

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

This div border color is #C7C7DB.

Opacity

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

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

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

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

This text has shadow with #C7C7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C7DB.

Preview

Color preview on black background

This text has color #C7C7DB on black background.


Color preview on white background

This text has color #C7C7DB on white background.


Black color preview on #C7C7DB background

This text has black color on #C7C7DB background.


White color preview on #C7C7DB background

This text has white color on #C7C7DB background.


Related colors

Complementary color

Complementary color for #hex is #383824.


I love getcolorcode.com