COLOR #CCC6DB

HEX: #CCC6DB RGB: (204,198,219)

Renk bilgisi

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

RGB renk modeli

#CCC6DB color RGB value is (204,198,219).

RGB: (204,198,219) (80%, 78%, 86%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 198 of 255 = 78%
B 219 of 255 = 86%

204
198
219

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

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 198 + 219 = 621 (100%)
R 204 of 621 ~ 32.85%
G 198 of 621 ~ 31.88%
B 219 of 621 ~ 35.27'%

%32.85
%31.88
%35.27

CMYK RENK MODELİ

#CCC6DB rengi CMYK tonu (7,10,0,14).

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

CMYK: (7,10,0,14)
C7M10Y0K14 (7%, 10%, 0%, 14%)
(0.07 / 0.10 / 0.00 / 0.14)

CMYK yüzdeleri

%6.85
%9.59
%0
%14.12

Codes

Color #CCC6DB in popluar color models

CC C6 DB
RGB 204 198 219
HSL 257° 22.58% 81.76%
HSB/HSV 257° 9.59% 85.88%
CMYK 6.85% 9.59% 0.00%
14.12%

Color #CCC6DB in popluar number systems.

HEX CC C6 DB
Decimal 204 198 219
Binary 11001100 11000110 11011011
Octal 314 306 333

Shades and tints

Shades of #CCC6DB

#CCC6DB
(204,198,219)
#BAB4C8
(186,180,200)
#A8A2B5
(168,162,181)
#9690A2
(150,144,162)
#847E8F
(132,126,143)
#726C7C
(114,108,124)
#605A69
(96,90,105)
#4E4856
(78,72,86)
#3C3643
(60,54,67)
#2A2430
(42,36,48)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #CCC6DB

#CCC6DB
(204,198,219)
#D0CBDE
(208,203,222)
#D4D0E1
(212,208,225)
#D8D5E4
(216,213,228)
#DCDAE7
(220,218,231)
#E0DFEA
(224,223,234)
#E4E4ED
(228,228,237)
#E8E9F0
(232,233,240)
#ECEEF3
(236,238,243)
#F0F3F6
(240,243,246)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6DB; }

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

This text font color is #CCC6DB.

Background Color

.myBgColor { background-color: #CCC6DB; }

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

This div background color is #CCC6DB.

Border color

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

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

This div border color is #CCC6DB.

Opacity

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

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

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

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

This text has shadow with #CCC6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6DB.

Preview

Color preview on black background

This text has color #CCC6DB on black background.


Color preview on white background

This text has color #CCC6DB on white background.


Black color preview on #CCC6DB background

This text has black color on #CCC6DB background.


White color preview on #CCC6DB background

This text has white color on #CCC6DB background.


Related colors

Complementary color

Complementary color for #hex is #333924.


I love getcolorcode.com

Triadic colors

1 #DBCCC6 and #C6DBCC with #CCC6DB are triadic colors.

2 #DBC6CC and #C6CCDB with #CCC6DB are triadic colors.