COLOR #CCD363

HEX: #CCD363 RGB: (204,211,99)

Color info

#CCD363 contains mainly red and green colors. Web safe color of #CCD363 is #CCCC66 (or #CC6).

RGB color model

#CCD363 color RGB value is (204,211,99).

RGB: (204,211,99) (80%, 83%, 39%)

RGB channels and saturation

R 204 of 255 = 80%
G 211 of 255 = 83%
B 99 of 255 = 39%

204
211
99

R + G + B ~ 67%. #CCD363 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 211 + 99 = 514 (100%)
R 204 of 514 ~ 39.69%
G 211 of 514 ~ 41.05%
B 99 of 514 ~ 19.26'%

%39.69
%41.05
%19.26

CMYK color model

#CCD363 color CMYK value is (3,0,53,17).

  • cyan value is 3.32%
  • magenta value is 0.00%
  • yellow value is 53.08%
  • key color value is 17.25%

CMYK: (3,0,53,17)
C3M0Y53K17 (3%, 0%, 53%, 17%)
(0.03 / 0.00 / 0.53 / 0.17)

CMYK percentages

%3.32
%0
%53.08
%17.25

Codes

Color #CCD363 in popluar color models

CC D3 63
RGB 204 211 99
HSL 64° 56.00% 60.78%
HSB/HSV 64° 53.08% 82.75%
CMYK 3.32% 0.00% 53.08%
17.25%

Color #CCD363 in popluar number systems.

HEX CC D3 63
Decimal 204 211 99
Binary 11001100 11010011 1100011
Octal 314 323 143

Shades and tints

Shades of #CCD363

#CCD363
(204,211,99)
#BAC05A
(186,192,90)
#A8AD51
(168,173,81)
#969A48
(150,154,72)
#84873F
(132,135,63)
#727436
(114,116,54)
#60612D
(96,97,45)
#4E4E24
(78,78,36)
#3C3B1B
(60,59,27)
#2A2812
(42,40,18)
#181509
(24,21,9)
#000000
(0,0,0)

Tints of #CCD363

#CCD363
(204,211,99)
#D0D771
(208,215,113)
#D4DB7F
(212,219,127)
#D8DF8D
(216,223,141)
#DCE39B
(220,227,155)
#E0E7A9
(224,231,169)
#E4EBB7
(228,235,183)
#E8EFC5
(232,239,197)
#ECF3D3
(236,243,211)
#F0F7E1
(240,247,225)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD363 color. Also use rgb(204,211,99) instead hex code.

Text Font Color

.myTextColor { color: #CCD363; }

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

This text font color is #CCD363.

Background Color

.myBgColor { background-color: #CCD363; }

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

This div background color is #CCD363.

Border color

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

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

This div border color is #CCD363.

Opacity

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

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

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

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

This text has shadow with #CCD363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD363.

Preview

Color preview on black background

This text has color #CCD363 on black background.


Color preview on white background

This text has color #CCD363 on white background.


Black color preview on #CCD363 background

This text has black color on #CCD363 background.


White color preview on #CCD363 background

This text has white color on #CCD363 background.


Related colors

Complementary color

Complementary color for #hex is #332C9C.


I love getcolorcode.com

Triadic colors

1 #63CCD3 and #D363CC with #CCD363 are triadic colors.

2 #63D3CC and #D3CC63 with #CCD363 are triadic colors.