COLOR #CCC4DA

HEX: #CCC4DA RGB: (204,196,218)

Renk bilgisi

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

RGB renk modeli

#CCC4DA color RGB value is (204,196,218).

RGB: (204,196,218) (80%, 77%, 85%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 196 of 255 = 77%
B 218 of 255 = 85%

204
196
218

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

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 196 + 218 = 618 (100%)
R 204 of 618 ~ 33.01%
G 196 of 618 ~ 31.72%
B 218 of 618 ~ 35.28'%

%33.01
%31.72
%35.28

CMYK RENK MODELİ

#CCC4DA rengi CMYK tonu (6,10,0,15).

  • camgöbeği tonu 6.42%
  • eflatun tonu 10.09%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%

CMYK: (6,10,0,15)
C6M10Y0K15 (6%, 10%, 0%, 15%)
(0.06 / 0.10 / 0.00 / 0.15)

CMYK yüzdeleri

%6.42
%10.09
%0
%14.51

Codes

Color #CCC4DA in popluar color models

CC C4 DA
RGB 204 196 218
HSL 262° 22.92% 81.18%
HSB/HSV 262° 10.09% 85.49%
CMYK 6.42% 10.09% 0.00%
14.51%

Color #CCC4DA in popluar number systems.

HEX CC C4 DA
Decimal 204 196 218
Binary 11001100 11000100 11011010
Octal 314 304 332

Shades and tints

Shades of #CCC4DA

#CCC4DA
(204,196,218)
#BAB3C7
(186,179,199)
#A8A2B4
(168,162,180)
#9691A1
(150,145,161)
#84808E
(132,128,142)
#726F7B
(114,111,123)
#605E68
(96,94,104)
#4E4D55
(78,77,85)
#3C3C42
(60,60,66)
#2A2B2F
(42,43,47)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #CCC4DA

#CCC4DA
(204,196,218)
#D0C9DD
(208,201,221)
#D4CEE0
(212,206,224)
#D8D3E3
(216,211,227)
#DCD8E6
(220,216,230)
#E0DDE9
(224,221,233)
#E4E2EC
(228,226,236)
#E8E7EF
(232,231,239)
#ECECF2
(236,236,242)
#F0F1F5
(240,241,245)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC4DA color. Also use rgb(204,196,218) instead hex code.

Text Font Color

.myTextColor { color: #CCC4DA; }

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

This text font color is #CCC4DA.

Background Color

.myBgColor { background-color: #CCC4DA; }

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

This div background color is #CCC4DA.

Border color

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

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

This div border color is #CCC4DA.

Opacity

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

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

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

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

This text has shadow with #CCC4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC4DA.

Preview

Color preview on black background

This text has color #CCC4DA on black background.


Color preview on white background

This text has color #CCC4DA on white background.


Black color preview on #CCC4DA background

This text has black color on #CCC4DA background.


White color preview on #CCC4DA background

This text has white color on #CCC4DA background.


Related colors

Complementary color

Complementary color for #hex is #333B25.


I love getcolorcode.com

Triadic colors

1 #DACCC4 and #C4DACC with #CCC4DA are triadic colors.

2 #DAC4CC and #C4CCDA with #CCC4DA are triadic colors.