COLOR #CCC6D9

HEX: #CCC6D9 RGB: (204,198,217)

Renk bilgisi

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

RGB renk modeli

#CCC6D9 color RGB value is (204,198,217).

RGB: (204,198,217) (80%, 78%, 85%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 198 of 255 = 78%
B 217 of 255 = 85%

204
198
217

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

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 198 + 217 = 619 (100%)
R 204 of 619 ~ 32.96%
G 198 of 619 ~ 31.99%
B 217 of 619 ~ 35.06'%

%32.96
%31.99
%35.06

CMYK RENK MODELİ

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

  • camgöbeği tonu 5.99%
  • eflatun tonu 8.76%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%

CMYK: (6,9,0,15)
C6M9Y0K15 (6%, 9%, 0%, 15%)
(0.06 / 0.09 / 0.00 / 0.15)

CMYK yüzdeleri

%5.99
%8.76
%0
%14.9

Codes

Color #CCC6D9 in popluar color models

CC C6 D9
RGB 204 198 217
HSL 259° 20.00% 81.37%
HSB/HSV 259° 8.76% 85.10%
CMYK 5.99% 8.76% 0.00%
14.90%

Color #CCC6D9 in popluar number systems.

HEX CC C6 D9
Decimal 204 198 217
Binary 11001100 11000110 11011001
Octal 314 306 331

Shades and tints

Shades of #CCC6D9

#CCC6D9
(204,198,217)
#BAB4C6
(186,180,198)
#A8A2B3
(168,162,179)
#9690A0
(150,144,160)
#847E8D
(132,126,141)
#726C7A
(114,108,122)
#605A67
(96,90,103)
#4E4854
(78,72,84)
#3C3641
(60,54,65)
#2A242E
(42,36,46)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #CCC6D9

#CCC6D9
(204,198,217)
#D0CBDC
(208,203,220)
#D4D0DF
(212,208,223)
#D8D5E2
(216,213,226)
#DCDAE5
(220,218,229)
#E0DFE8
(224,223,232)
#E4E4EB
(228,228,235)
#E8E9EE
(232,233,238)
#ECEEF1
(236,238,241)
#F0F3F4
(240,243,244)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6D9; }

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

This text font color is #CCC6D9.

Background Color

.myBgColor { background-color: #CCC6D9; }

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

This div background color is #CCC6D9.

Border color

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

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

This div border color is #CCC6D9.

Opacity

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

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

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

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

This text has shadow with #CCC6D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6D9.

Preview

Color preview on black background

This text has color #CCC6D9 on black background.


Color preview on white background

This text has color #CCC6D9 on white background.


Black color preview on #CCC6D9 background

This text has black color on #CCC6D9 background.


White color preview on #CCC6D9 background

This text has white color on #CCC6D9 background.


Related colors

Complementary color

Complementary color for #hex is #333926.


I love getcolorcode.com

Triadic colors

1 #D9CCC6 and #C6D9CC with #CCC6D9 are triadic colors.

2 #D9C6CC and #C6CCD9 with #CCC6D9 are triadic colors.